Wireshark-commits: [Wireshark-commits] master 053cf16: ITS: Add CAM and DENM v1 dissection.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=053cf161734b243f836bed2870c5ea44382e2f52
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
053cf16 by Anders Broman (anders.broman@xxxxxxxxxxxx):
ITS: Add CAM and DENM v1 dissection.
Change-Id: I8118f521c2278e91b031974329bfeffe2b5cc9dc
Reviewed-on: https://code.wireshark.org/review/32610
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from c83c85d Add one more use of Buffers.
add 053cf16 ITS: Add CAM and DENM v1 dissection.
Summary of changes:
epan/dissectors/asn1/its/CAMv1.asn | 138 +
epan/dissectors/asn1/its/CMakeLists.txt | 3 +
epan/dissectors/asn1/its/DENMv1.asn | 113 +
epan/dissectors/asn1/its/ITS-ContainerV1.asn | 464 +
epan/dissectors/asn1/its/its.cnf | 19 +
epan/dissectors/asn1/its/packet-its-template.c | 14 +-
epan/dissectors/packet-its.c | 13293 +++++++++++++++--------
epan/dissectors/packet-its.h | 21 +-
8 files changed, 9269 insertions(+), 4796 deletions(-)
create mode 100644 epan/dissectors/asn1/its/CAMv1.asn
create mode 100644 epan/dissectors/asn1/its/DENMv1.asn
create mode 100644 epan/dissectors/asn1/its/ITS-ContainerV1.asn