Wireshark-commits: [Wireshark-commits] master b9a94f0: Add a routine to dissect an UTF8-encoded IMS
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Aug 2014 02:55:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b9a94f009eb0bdecca27caf3e892cc58932c9eab
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b9a94f0 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and use it to decode the User-Name AVP of S6a/S6d messages.
    
    Also clean up some white space/formatting.
    
    Change-Id: Idf2d4cad2af1826b24de7d59407ffeb36100c19b
    Reviewed-on: https://code.wireshark.org/review/3742
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  9d7784d   Get it compiling again.
    adds  b9a94f0   Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and use it to decode the User-Name AVP of S6a/S6d messages.


Summary of changes:
 epan/dissectors/packet-diameter_3gpp.c |  178 ++++++++++++++++++--------------
 epan/dissectors/packet-e212.c          |   53 ++++++++++
 epan/dissectors/packet-e212.h          |   16 ++-
 3 files changed, 168 insertions(+), 79 deletions(-)