Wireshark-commits: [Wireshark-commits] master 4303883: [NAS 5GS] Add dissector for NAS5GS 3GPP TS 2
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 26 Feb 2018 11:27:16 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43038830050fddeb2bed423bbe3fdd62f9429309
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4303883 by AndersBroman (anders.broman@xxxxxxxxxxxx):

    [NAS 5GS] Add dissector for NAS5GS 3GPP TS 24.501.
    
    This is not a complete dissector but can be commited as is. To be worked
    on.
    
    Change-Id: I2e698b57c849013657a1eeacef4b984c8b8c39ee
    Reviewed-on: https://code.wireshark.org/review/26051
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  73e9605   LACP: Begin adding more info to the INFO column
    adds  4303883   [NAS 5GS] Add dissector for NAS5GS 3GPP TS 24.501.


Summary of changes:
 epan/dissectors/CMakeLists.txt        |    1 +
 epan/dissectors/Makefile.am           |    1 +
 epan/dissectors/packet-gsm_a_common.c |    9 +
 epan/dissectors/packet-gsm_a_common.h |   33 +
 epan/dissectors/packet-nas_5gs.c      | 2158 +++++++++++++++++++++++++++++++++
 5 files changed, 2202 insertions(+)
 create mode 100644 epan/dissectors/packet-nas_5gs.c