Wireshark-commits: [Wireshark-commits] master 122cc38: GSM MAP: Dissect several LocationInformation

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 25 Feb 2019 14:18:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=122cc388a2651a2cdd9f6af12f94abe170dd317e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

122cc38 by Vasil Velichkov (vvvelichkov@xxxxxxxxx):

    GSM MAP: Dissect several LocationInformationEPS's subparameters
    
    Change DiameterIdentity's field type to FT_STRING and add dissection of
    - E-UTRAN Cell Global Identity
    - Tracking Area Identity
    - GeographicalInformation
    - GeodeticInformation
    
    Change-Id: Ifff52b511f495b281318778f6007be896748e4ce
    Reviewed-on: https://code.wireshark.org/review/32128
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7a48220   Fixed a bug found in the BACnet-APDU dissector
     add  122cc38   GSM MAP: Dissect several LocationInformationEPS's subparameters


Summary of changes:
 epan/dissectors/asn1/gsm_map/gsm_map.cnf           | 41 ++++++++++
 .../asn1/gsm_map/packet-gsm_map-template.c         |  7 ++
 epan/dissectors/packet-gsm_a_common.h              |  2 +
 epan/dissectors/packet-gsm_map.c                   | 95 +++++++++++++++++-----
 epan/dissectors/packet-isup.c                      |  2 +-
 epan/dissectors/packet-isup.h                      |  2 +
 epan/dissectors/packet-sgsap.c                     |  2 +-
 7 files changed, 127 insertions(+), 24 deletions(-)