URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eb5bfcf144eed399fdaaf67b5daf581af1748ca8
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
eb5bfcf by Pascal Quantin (pascal.quantin@xxxxxxxxx):
IEEE1609dot2: generate automatically dissector from ASN.1 description
Add basic OER support to asn2wrs.py. There is still work required as we
miss many basic functions in packet-oer.c file.
Change-Id: I3ebebdb2e9b0c90eb1dfa8885cebbb077b16f246
Reviewed-on: https://code.wireshark.org/review/30434
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 0bbcd34 OER: fix a few typos
add eb5bfcf IEEE1609dot2: generate automatically dissector from ASN.1 description
Summary of changes:
epan/asn1.h | 3 +-
epan/dissectors/asn1/CMakeLists.txt | 2 +-
.../asn1/ieee1609dot2/IEEE1609dot2DataTypes.asn | 2 +-
epan/dissectors/asn1/ieee1609dot2/ieee1609dot2.cnf | 19 +
.../ieee1609dot2/packet-ieee1609dot2-template.c | 28 +-
epan/dissectors/packet-ieee1609dot2.c | 2154 +++++++++-----------
epan/dissectors/packet-wsmp.c | 2 +-
tools/asn2wrs.py | 87 +-
8 files changed, 1074 insertions(+), 1223 deletions(-)