Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 5d79a99: F1AP: upgrade dissector to v15.1.0

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 06 Apr 2018 16:52:09 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d79a994df05b598ccfc35c58b17d42f8e333d41
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d79a99 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    F1AP: upgrade dissector to v15.1.0
    
    Change-Id: I82720a4d6a49f11165635e9cf76c6fbc1555188d
    Reviewed-on: https://code.wireshark.org/review/26778
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  ba55c82   pdcp-lte:  Various improvements spotted while reviewing pdcp-nr.
    adds  5d79a99   F1AP: upgrade dissector to v15.1.0


Summary of changes:
 epan/dissectors/asn1/f1ap/F1AP-CommonDataTypes.asn |    6 +-
 epan/dissectors/asn1/f1ap/F1AP-Constants.asn       |  185 +-
 epan/dissectors/asn1/f1ap/F1AP-Containers.asn      |   32 +-
 epan/dissectors/asn1/f1ap/F1AP-IEs.asn             |  549 ++-
 epan/dissectors/asn1/f1ap/F1AP-PDU-Contents.asn    |  598 +--
 .../dissectors/asn1/f1ap/F1AP-PDU-Descriptions.asn |   28 +-
 epan/dissectors/asn1/f1ap/f1ap.cnf                 |  340 +-
 epan/dissectors/asn1/f1ap/packet-f1ap-template.c   |    6 +-
 epan/dissectors/asn1/nr-rrc/nr-rrc.cnf             |   10 +-
 epan/dissectors/packet-f1ap.c                      | 4253 ++++++++++++++------
 epan/dissectors/packet-nr-rrc.c                    |  514 ++-
 epan/dissectors/packet-nr-rrc.h                    |    2 +
 12 files changed, 4679 insertions(+), 1844 deletions(-)