Wireshark-commits: [Wireshark-commits] master 30baaab: NAS-EPS: add an option to dissect user data

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 18 Jan 2020 08:13:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=30baaab46071e1d6d874be9507730b61be356e4e
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

30baaab by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    NAS-EPS: add an option to dissect user data container as non IP
    
    A preference allows the user to decide whether the user data container
    payload should be dissected as IP, non IP or not dissected. For non IP,
    another preference allows to specify the name of the sub dissector to be
    called.
    
    Bug: 16332
    Change-Id: I1bfd24eb734d57bff54d99362a90f563751270c6
    Reviewed-on: https://code.wireshark.org/review/35857
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  eb1e379   SMB: Fix DialectIndex handling
     add  30baaab   NAS-EPS: add an option to dissect user data container as non IP


Summary of changes:
 epan/dissectors/packet-nas_eps.c | 73 ++++++++++++++++++++++++++++------------
 1 file changed, 52 insertions(+), 21 deletions(-)