URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=429031b079353a2e909b115c4eadcf0844d76ab3
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
429031b by Anders Broman (anders.broman@xxxxxxxxxxxx):
ITS: Fix decoding of messages using ITS-Container V2 ts (102637).
This semms to be a bit messy as some sub protocols points to a different
spec (EVCSN ts (101556))
Bug: 15624
Change-Id: I60d8adc92f6b16b564e9d9d1a6dc46302c32b748
Reviewed-on: https://code.wireshark.org/review/32502
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5f4cb69 Bluetooth HCI: Core spec 5.1 support
add 429031b ITS: Fix decoding of messages using ITS-Container V2 ts (102637).
Summary of changes:
epan/dissectors/asn1/its/CAM.asn | 265 ++++++++++----------
epan/dissectors/asn1/its/DENM.asn | 206 ++++++++--------
epan/dissectors/asn1/its/ETSI_TS_103301.asn | 325 ++++++++++++++-----------
epan/dissectors/asn1/its/its.cnf | 2 +
epan/dissectors/asn1/its/packet-its-template.c | 63 +++--
epan/dissectors/packet-its.c | 265 +++++++++++---------
epan/dissectors/packet-its.h | 6 +
7 files changed, 612 insertions(+), 520 deletions(-)