Wireshark-commits: [Wireshark-commits] master dcaa429: NGAP: Handle vnd.3gpp.ngap content-type (TS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 22 Jan 2019 09:31:42 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcaa429a349271aed09f6c98412b66ad7b93e7e9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

dcaa429 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)
    
    Change-Id: I35044ede286a2013ad04dc817892f9ff788da6a5
    Reviewed-on: https://code.wireshark.org/review/31661
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c2eef8f   smb2: stash dialect in conversation stuct
     add  dcaa429   NGAP: Handle vnd.3gpp.ngap content-type (TS 39.502)


Summary of changes:
 epan/dissectors/asn1/ngap/packet-ngap-template.c | 28 ++++++++++++++++
 epan/dissectors/packet-http.h                    |  1 +
 epan/dissectors/packet-http2.c                   |  2 +-
 epan/dissectors/packet-jxta.c                    |  2 +-
 epan/dissectors/packet-megaco.c                  |  2 +-
 epan/dissectors/packet-msrp.c                    |  2 +-
 epan/dissectors/packet-multipart.c               |  5 ++-
 epan/dissectors/packet-ngap.c                    | 42 ++++++++++++++++++++----
 epan/dissectors/packet-sip.c                     |  2 +-
 9 files changed, 73 insertions(+), 13 deletions(-)