Wireshark-commits: [Wireshark-commits] master 050cc46: M3AP: upgrade dissector to v13.2.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 9 Oct 2016 21:48:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=050cc468569d3d5551f56cb2ecbc7f7c35da21cf
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

050cc46 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    M3AP: upgrade dissector to v13.2.0
    
    Change-Id: Iaedd4d3205e44a391a12be71eea0ccdc237fe790
    Reviewed-on: https://code.wireshark.org/review/18133
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  83df30e   [Automatic update for 2016-10-09]
    adds  050cc46   M3AP: upgrade dissector to v13.2.0


Summary of changes:
 epan/dissectors/asn1/m3ap/M3AP-CommonDataTypes.asn |    9 +-
 epan/dissectors/asn1/m3ap/M3AP-Constants.asn       |   13 +-
 epan/dissectors/asn1/m3ap/M3AP-Containers.asn      |   21 ++-
 epan/dissectors/asn1/m3ap/M3AP-IEs.asn             |   39 +++--
 epan/dissectors/asn1/m3ap/M3AP-PDU-Contents.asn    |   27 ++-
 .../dissectors/asn1/m3ap/M3AP-PDU-Descriptions.asn |    8 +-
 epan/dissectors/asn1/m3ap/m3ap.cnf                 |    9 +
 epan/dissectors/asn1/m3ap/packet-m3ap-template.c   |    2 +-
 epan/dissectors/packet-m3ap.c                      |  178 ++++++++++++++++----
 9 files changed, 227 insertions(+), 79 deletions(-)