Wireshark-commits: [Wireshark-commits] master 57a9a50: NAS 5GS: Framwork for dissecting UPDP messag

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 20 Jun 2019 15:54:06 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=57a9a500b9e822294a102a170009f695bb84a20d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

57a9a50 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    NAS 5GS: Framwork for dissecting UPDP messages.
    
    Change-Id: Id08fe25cdf118e6912fa3f201dfd07bde5ebdaf9
    Reviewed-on: https://code.wireshark.org/review/33679
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  088b3d6   Remove the UTF-8 validation from proto_tree_add_string().
     add  57a9a50   NAS 5GS: Framwork for dissecting UPDP messages.


Summary of changes:
 epan/dissectors/packet-gsm_a_common.c |   6 +
 epan/dissectors/packet-gsm_a_common.h |  11 ++
 epan/dissectors/packet-nas_5gs.c      | 261 +++++++++++++++++++++++++++++++++-
 3 files changed, 275 insertions(+), 3 deletions(-)