aboutsummaryrefslogtreecommitdiffstats
path: root/epan/asn1.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2018-10-30 15:56:14 +0100
committerAnders Broman <a.broman58@gmail.com>2018-10-30 15:33:44 +0000
commiteb5bfcf144eed399fdaaf67b5daf581af1748ca8 (patch)
treeba41e2e2e858772df32fcc7e1d69f76378ca803e /epan/asn1.h
parent0bbcd34f5ec26eb2d91b06d7d8fe8f38b73e0a61 (diff)
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@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/asn1.h')
-rw-r--r--epan/asn1.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/asn1.h b/epan/asn1.h
index 6331ebf03d..bbc4cd4748 100644
--- a/epan/asn1.h
+++ b/epan/asn1.h
@@ -18,7 +18,8 @@ typedef enum {
ASN1_ENC_BER, /* X.690 - BER, CER, DER */
ASN1_ENC_PER, /* X.691 - PER */
ASN1_ENC_ECN, /* X.692 - ECN */
- ASN1_ENC_XER /* X.693 - XER */
+ ASN1_ENC_XER, /* X.693 - XER */
+ ASN1_ENC_OER /* X.696 - OER */
} asn1_enc_e;
typedef enum {