Wireshark-commits: [Wireshark-commits] master e5f7f15: X2AP: upgrade dissector to v15.4.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 14 Jan 2019 18:07:19 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5f7f15b1f43f02e07e550596a6ccd47c5291a6f
Submitter: "Pascal Quantin <pascal.quantin@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

e5f7f15 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    X2AP: upgrade dissector to v15.4.0
    
    Change-Id: I67d26dd142ffdb79bc304d44f9cfb5bc8e0acd1f
    Reviewed-on: https://code.wireshark.org/review/31543
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  290214a   tarball+RPM: Fetch our version from CMake.
     add  e5f7f15   X2AP: upgrade dissector to v15.4.0


Summary of changes:
 epan/dissectors/asn1/x2ap/X2AP-CommonDataTypes.asn |   2 +-
 epan/dissectors/asn1/x2ap/X2AP-Constants.asn       |  21 +-
 epan/dissectors/asn1/x2ap/X2AP-Containers.asn      |   2 +-
 epan/dissectors/asn1/x2ap/X2AP-IEs.asn             |  30 +-
 epan/dissectors/asn1/x2ap/X2AP-PDU-Contents.asn    | 176 +++++++--
 .../dissectors/asn1/x2ap/X2AP-PDU-Descriptions.asn |  18 +-
 epan/dissectors/asn1/x2ap/packet-x2ap-template.c   |   2 +-
 epan/dissectors/asn1/x2ap/x2ap.cnf                 |  42 +-
 epan/dissectors/packet-x2ap.c                      | 435 ++++++++++++++++++++-
 9 files changed, 655 insertions(+), 73 deletions(-)