Wireshark-commits: [Wireshark-commits] master d6caaaa: gsm_map: decode SRISM v1 and v2 result

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 29 Jan 2016 14:58:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6caaaab6c387c8a842aa81a6eb4fce209e64562
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d6caaaa by Luke Mewburn (luke@xxxxxxxxxxx):

    gsm_map: decode SRISM v1 and v2 result
    
    Fix decoding of sendRoutingInfoForSM (SRISM)
    application contexts version 1 and version 2.
    Use a (slightly modified) version of the ASN.1 from
      ETS 300 599: December 2000 (GSM 09.02 version 4.19.1), clause 14.7.6
    which has LocationInfoWithLMSI that is incompatible with
    application context version 3 in
      3GPP TS 29.002 version 3.20.0 Release 1999, clause 17.7.6.
    
    Bug: 9622
    Ping-Bug: 9704
    Change-Id: Icc9a0a1743a6eb4c907f4cab3fb2137db139ad74
    Reviewed-on: https://code.wireshark.org/review/13572
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  5084a42   tools: improve debian-setup with optional packages.
    adds  d6caaaa   gsm_map: decode SRISM v1 and v2 result


Summary of changes:
 asn1/gsm_map/GSMMAP.asn                |   21 +++++++
 asn1/gsm_map/packet-gsm_map-template.c |    6 +-
 epan/dissectors/packet-gsm_map.c       |  101 ++++++++++++++++++++++++++++++--
 3 files changed, 123 insertions(+), 5 deletions(-)