Wireshark-commits: [Wireshark-commits] master 6a1ba1a: NGAP: catch NAS 5GS dissection errors

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Dec 2019 22:04:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6a1ba1af8dc709657d024efa7158ea59ed05b188
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6a1ba1a by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    NGAP: catch NAS 5GS dissection errors
    
    This is useful when the NAS 5GS heuristic to decode 5G-EEA0 packets does
    a false detection, so as to dissect the rest of the NGAP PDU.
    
    Change-Id: I4eaa3caf06e0ed8923795470a2def7a73438110e
    Reviewed-on: https://code.wireshark.org/review/35380
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  fffb132   M3AP: Update to TS 36.444 V15.0.0 (2018-09) (No change except to ref)
     add  6a1ba1a   NGAP: catch NAS 5GS dissection errors


Summary of changes:
 epan/dissectors/asn1/ngap/ngap.cnf               |  12 +-
 epan/dissectors/asn1/ngap/packet-ngap-template.c |   4 +
 epan/dissectors/packet-ngap.c                    | 268 ++++++++++++-----------
 3 files changed, 154 insertions(+), 130 deletions(-)