Wireshark-commits: [Wireshark-commits] master 5fbd653: Add IEEE 1609.2 ASN.1 files needed to genera
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5fbd6533421da003d26eb15de9a7329684f96144
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5fbd653 by AndersBroman (anders.broman@xxxxxxxxxxxx):
Add IEEE 1609.2 ASN.1 files needed to generate OER IEEE 1609.2 dissector
The generated dissector is intentionally left out for now.
Bug: 13766
Change-Id: Ib082e71e3146bffd87d06ef196dc9be8aeb0e5c6
Reviewed-on: https://code.wireshark.org/review/30245
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 3eb38bc Add dissector for ITU-t X.696 Octet Encoding Rules (OER).
add 5fbd653 Add IEEE 1609.2 ASN.1 files needed to generate OER IEEE 1609.2 dissector
Summary of changes:
epan/dissectors/asn1/CMakeLists.txt | 1 +
.../asn1/{h283 => ieee1609dot2}/CMakeLists.txt | 6 +-
epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2.cnf | 24 ++
.../asn1/ieee1609dot2/IEEE1609dot2BaseTypes.asn | 285 ++++++++++++++++++++
.../asn1/ieee1609dot2/IEEE1609dot2DataTypes.asn | 298 +++++++++++++++++++++
.../ieee1609dot2/packet-IEEE1609dot2-template.c | 65 +++++
6 files changed, 677 insertions(+), 2 deletions(-)
copy epan/dissectors/asn1/{h283 => ieee1609dot2}/CMakeLists.txt (82%)
create mode 100644 epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2.cnf
create mode 100644 epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2BaseTypes.asn
create mode 100644 epan/dissectors/asn1/ieee1609dot2/IEEE1609dot2DataTypes.asn
create mode 100644 epan/dissectors/asn1/ieee1609dot2/packet-IEEE1609dot2-template.c