URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e269b0e3309b82a172ec4483954c3845f556279f
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e269b0e by Tomas Kukosa (kukosa@xxxxxxxxx):
ITS: add GDD module
Change-Id: I9d788d3bc56d0e7c757b2421930c1e8018cdf5d3
Reviewed-on: https://code.wireshark.org/review/37923
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from bc231d2 WSDG: Add info for building with Address Sanitizer
add e269b0e ITS: add GDD module
Summary of changes:
epan/dissectors/asn1/its/CMakeLists.txt | 1 +
epan/dissectors/asn1/its/GDD.asn | 302 +++
epan/dissectors/asn1/its/ISO19321IVIv2.asn | 166 +-
epan/dissectors/asn1/its/its.cnf | 7 +-
epan/dissectors/packet-its.c | 2980 ++++++++++++++++------------
epan/dissectors/packet-its.h | 8 +-
6 files changed, 2058 insertions(+), 1406 deletions(-)
create mode 100644 epan/dissectors/asn1/its/GDD.asn