Wireshark-commits: [Wireshark-commits] master a3d8f31: Add a function to dissect an E.164 (MSISDN)
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 21 Aug 2014 13:01:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3d8f31ad0a48f72cd6d8fa2b0c3659c9ea84745
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use it
    in the Diameter dissector.
    
    This new API adds a filter for the MSISDN as well as a subtree and filter for
    the Country Code.
    
    Change-Id: Ibcbf4b5f72178b7e4af63efa7496188d608a9de7
    Reviewed-on: https://code.wireshark.org/review/3760
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  c7c4aba   Bluetooth: btle: Fix reserved field dissection
    adds  a3d8f31   Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use it in the Diameter dissector.


Summary of changes:
 asn1/gsm_map/gsm_map.cnf               |    2 +-
 asn1/gsm_map/packet-gsm_map-template.c |    2 +-
 epan/dissectors/packet-diameter.c      |    7 +-
 epan/dissectors/packet-diameter_3gpp.c |    2 +-
 epan/dissectors/packet-e164.c          |  265 ++++++++++++++++++++------------
 epan/dissectors/packet-e164.h          |   13 +-
 epan/dissectors/packet-gsm_map.c       |   10 +-
 epan/dissectors/packet-gtpv2.c         |    2 +-
 epan/dissectors/packet-isup.c          |    4 +-
 epan/dissectors/packet-mip6.c          |    2 +-
 epan/dissectors/packet-sccp.c          |    2 +-
 11 files changed, 189 insertions(+), 122 deletions(-)