Wireshark-commits: [Wireshark-commits] master 2c6248f: NGAP: upgrade dissector to v15.0.0
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 01 Jul 2018 18:10:50 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2c6248f0116fa25d2f98323c9aff8810917cfdb4
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2c6248f by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    NGAP: upgrade dissector to v15.0.0
    
    Change-Id: I859265260fde2e986a3b95ff117512cff90bed90
    Reviewed-on: https://code.wireshark.org/review/28556
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  5c6f2e8   Mkae the handling of non-full-frame time stamps match RFC 5456.
    adds  2c6248f   NGAP: upgrade dissector to v15.0.0


Summary of changes:
 epan/dissectors/asn1/ngap/NGAP-CommonDataTypes.asn |   3 +-
 epan/dissectors/asn1/ngap/NGAP-Constants.asn       |   7 +-
 epan/dissectors/asn1/ngap/NGAP-Containers.asn      |   7 +-
 epan/dissectors/asn1/ngap/NGAP-IEs.asn             |  28 +-
 epan/dissectors/asn1/ngap/NGAP-PDU-Contents.asn    | 103 +--
 .../dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn |  21 +-
 epan/dissectors/asn1/ngap/ngap.cnf                 | 357 ++++++--
 epan/dissectors/asn1/ngap/packet-ngap-template.c   | 261 +++++-
 epan/dissectors/asn1/ngap/packet-ngap-template.h   |   2 +-
 epan/dissectors/asn1/s1ap/packet-s1ap-template.c   |   2 -
 epan/dissectors/asn1/s1ap/s1ap.cnf                 |  10 +-
 epan/dissectors/packet-ngap.c                      | 903 +++++++++++++++++----
 epan/dissectors/packet-ngap.h                      |   2 +-
 epan/dissectors/packet-s1ap.c                      | 368 +++++----
 epan/dissectors/packet-s1ap.h                      |   2 +
 15 files changed, 1544 insertions(+), 532 deletions(-)