ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 36ec624: Added decoding of RAN/NAS cause IE/AVP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Dec 2016 13:14:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=36ec6240a8bc2cc8c30a2a1a1dc217c19fca0f4b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

36ec624 by Jan Spevak (jan.spevak@xxxxxxxxx):

    Added decoding of RAN/NAS cause IE/AVP
    
    Change-Id: I889820405528be5e17edf85e52291d642a98cce6
    Reviewed-on: https://code.wireshark.org/review/19216
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  047023d   tools: add rpm-setup.sh.
    adds  36ec624   Added decoding of RAN/NAS cause IE/AVP


Summary of changes:
 epan/dissectors/Makefile.am            |    1 +
 epan/dissectors/asn1/s1ap/s1ap.cnf     |    1 +
 epan/dissectors/packet-diameter_3gpp.c |  156 +++++++++++++++-
 epan/dissectors/packet-diameter_3gpp.h |   95 ++++++++++
 epan/dissectors/packet-gsm_a_common.h  |    2 +
 epan/dissectors/packet-gtpv2.c         |   59 +++++-
 epan/dissectors/packet-nas_eps.c       |    2 +-
 epan/dissectors/packet-s1ap.c          |  310 ++++++++++++++++----------------
 epan/dissectors/packet-s1ap.h          |    1 +
 9 files changed, 468 insertions(+), 159 deletions(-)
 create mode 100644 epan/dissectors/packet-diameter_3gpp.h