Wireshark-commits: [Wireshark-commits] master eccca82: NGAP: upgrade dissector to v15.5.0
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 04 Oct 2019 07:57:41 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eccca820bb2f048f390dd1f30be2aaf0db0ec05e
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

eccca82 by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    NGAP: upgrade dissector to v15.5.0
    
    Change-Id: I788bfa056f42fe7311bb0d9b054d27d08b54def2
    Reviewed-on: https://code.wireshark.org/review/34707
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  c3afba7   PROFINET: Adding text to Normal (non-DFP) RTC3 frames
     add  eccca82   NGAP: upgrade dissector to v15.5.0


Summary of changes:
 epan/dissectors/asn1/ngap/NGAP-CommonDataTypes.asn |   2 +-
 epan/dissectors/asn1/ngap/NGAP-Constants.asn       |   7 +-
 epan/dissectors/asn1/ngap/NGAP-Containers.asn      |   2 +-
 epan/dissectors/asn1/ngap/NGAP-IEs.asn             |  57 ++-
 epan/dissectors/asn1/ngap/NGAP-PDU-Contents.asn    |  48 ++-
 .../dissectors/asn1/ngap/NGAP-PDU-Descriptions.asn |   2 +-
 epan/dissectors/asn1/ngap/ngap.cnf                 |  10 +
 epan/dissectors/asn1/ngap/packet-ngap-template.c   |   2 +-
 epan/dissectors/packet-ngap.c                      | 426 ++++++++++++++++-----
 9 files changed, 430 insertions(+), 126 deletions(-)