Wireshark-commits: [Wireshark-commits] master d6f91a7: S1AP: prettify dissection

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Sep 2016 07:48:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d6f91a7ca421caa7787c1539bca61f943923fa9c
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    S1AP: prettify dissection
    
    Change-Id: I2b4339e489d11ade2751cad8874ba220d12fe3db
    Reviewed-on: https://code.wireshark.org/review/17615
    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  4a6dde1   Have "All Capture Files" match only capture files.
    adds  d6f91a7   S1AP: prettify dissection


Summary of changes:
 .../asn1/lte-rrc/packet-lte-rrc-template.c         |    4 +-
 .../asn1/lte-rrc/packet-lte-rrc-template.h         |    2 +
 epan/dissectors/asn1/ranap/ranap.cnf               |   10 +-
 epan/dissectors/asn1/s1ap/S1AP-PDU-Contents.asn    |   85 +-
 epan/dissectors/asn1/s1ap/S1AP-SonTransfer-IEs.asn |    8 +-
 epan/dissectors/asn1/s1ap/packet-s1ap-template.c   |  286 +++++-
 epan/dissectors/asn1/s1ap/s1ap.cnf                 |  364 +++++++-
 epan/dissectors/packet-lte-rrc.c                   |    4 +-
 epan/dissectors/packet-lte-rrc.h                   |    4 +-
 epan/dissectors/packet-ranap.c                     |  144 ++-
 epan/dissectors/packet-ranap.h                     |    1 +
 epan/dissectors/packet-s1ap.c                      |  958 ++++++++++++++++----
 12 files changed, 1582 insertions(+), 288 deletions(-)