Wireshark-commits: [Wireshark-commits] master 8fc0ee4: Decode IMSIs found in Subscription-Id AVPs.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 20 Aug 2014 19:12:00 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fc0ee4c899e5eee8d84cafdd31c58c94eec6a8f
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Decode IMSIs found in Subscription-Id AVPs.
    
    Move decode of the User-Name AVP out of the 3GPP-specific file.
    Add a couple of macros for 3GPP AppIDs (rather than using the number directly)
    in both files.
    
    Change-Id: I496b4ae86b05264462167b6e41ce1451392de11b
    Reviewed-on: https://code.wireshark.org/review/3753
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  61b01c3   If the user explicitly requested gnutls or libgcrypt generate an error if they are not found.
    adds  8fc0ee4   Decode IMSIs found in Subscription-Id AVPs.


Summary of changes:
 epan/dissectors/packet-diameter.c      |  106 ++++++++++++++++++++++++++++----
 epan/dissectors/packet-diameter_3gpp.c |   37 +++--------
 2 files changed, 101 insertions(+), 42 deletions(-)