Wireshark-commits: [Wireshark-commits] master a9861fb: S1AP: upgrade dissector to v15.5.0
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 09 Apr 2019 06:56:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9861fb4cfb985a507081e6694935d112e14afc4
Submitter: "Pascal Quantin <pascal@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

a9861fb by Pascal Quantin (pascal@xxxxxxxxxxxxx):

    S1AP: upgrade dissector to v15.5.0
    
    Change-Id: Ibef1a516dfd0cb5b66abdc8df0663174687ca39a
    Reviewed-on: https://code.wireshark.org/review/32796
    Petri-Dish: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal@xxxxxxxxxxxxx>
    

Actions performed:

    from  ba40851   Windows: Use an lz4 DLL built with vcpkg.
     add  a9861fb   S1AP: upgrade dissector to v15.5.0


Summary of changes:
 epan/dissectors/asn1/s1ap/S1AP-CommonDataTypes.asn |    2 +-
 epan/dissectors/asn1/s1ap/S1AP-Constants.asn       |   12 +-
 epan/dissectors/asn1/s1ap/S1AP-Containers.asn      |    2 +-
 epan/dissectors/asn1/s1ap/S1AP-IEs.asn             |  134 ++-
 epan/dissectors/asn1/s1ap/S1AP-PDU-Contents.asn    |   32 +-
 .../dissectors/asn1/s1ap/S1AP-PDU-Descriptions.asn |    2 +-
 epan/dissectors/asn1/s1ap/S1AP-SonTransfer-IEs.asn |    2 +-
 epan/dissectors/asn1/s1ap/packet-s1ap-template.c   |   12 +-
 epan/dissectors/asn1/s1ap/s1ap.cnf                 |   16 +
 epan/dissectors/packet-s1ap.c                      | 1071 ++++++++++++++------
 10 files changed, 934 insertions(+), 351 deletions(-)