Wireshark-commits: [Wireshark-commits] master 344a596: ITS: Enhance ETSI ITS support (ETSI TS 103 3
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Apr 2019 13:05:18 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=344a596a4943a844574a0d2fd9749415174aae63
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

344a596 by Anders Broman (anders.broman@xxxxxxxxxxxx):

    ITS: Enhance ETSI ITS support (ETSI TS 103 301 and ETSI TS 103 097)
    
    Bug: 15703
    Change-Id: Iba080ba21862be078174db6098200f1ef63ea9d6
    Reviewed-on: https://code.wireshark.org/review/32885
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  e7429d5   Diameter: Add 3GPP AVP 1706 and bit decoding
     add  344a596   ITS: Enhance ETSI ITS support (ETSI TS 103 301 and ETSI TS 103 097)


Summary of changes:
 .../asn1/its/EV-RSR-PDU-Descriptions.asn           |   10 +-
 .../dissectors/asn1/its/EVCSN-PDU-Descriptions.asn |    2 +-
 epan/dissectors/asn1/its/ISO_TS_14816.asn          |    9 +-
 .../asn1/its/ISO_TS_14906_Application.asn          |   13 +-
 epan/dissectors/asn1/its/ISO_TS_19091.asn          | 2846 +++++-------
 epan/dissectors/asn1/its/ISO_TS_19321.asn          |  213 +-
 epan/dissectors/asn1/its/ISO_TS_24534-3.asn        |    7 +-
 epan/dissectors/asn1/its/ITS-Container.asn         |   93 +-
 epan/dissectors/asn1/its/its.cnf                   |   47 +-
 epan/dissectors/asn1/its/packet-its-template.c     |   21 +-
 epan/dissectors/asn1/its/packet-its-template.h     |    1 +
 epan/dissectors/packet-its.c                       | 4758 ++++++++++++--------
 epan/dissectors/packet-its.h                       |    2 +
 13 files changed, 4336 insertions(+), 3686 deletions(-)