aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-03-27 08:51:05 +0000
committerGuy Harris <guy@alum.mit.edu>2000-03-27 08:51:05 +0000
commit1d640c1296eeb182ea2d23efb93cd034b07b76ac (patch)
tree408339a7435fb064fcd53a7307802572e23b837a /asn1.h
parent0b5adee493e1213ea2eacf78ab2b8bca1b4f85a3 (diff)
Add type tag values for the REAL and ENUMERATED types.
svn path=/trunk/; revision=1752
Diffstat (limited to 'asn1.h')
-rw-r--r--asn1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/asn1.h b/asn1.h
index c68522702b..c497e6572e 100644
--- a/asn1.h
+++ b/asn1.h
@@ -1,7 +1,7 @@
/* asn1.h
* Definitions for ASN.1 BER dissection
*
- * $Id: asn1.h,v 1.2 1999/12/10 09:49:29 guy Exp $
+ * $Id: asn1.h,v 1.3 2000/03/27 08:51:05 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -45,6 +45,8 @@
#define ASN1_OJI 6 /* Object Identifier */
#define ASN1_OJD 7 /* Object Description */
#define ASN1_EXT 8 /* External */
+#define ASN1_REAL 9 /* Real */
+#define ASN1_ENUM 10 /* Enumerated */
#define ASN1_SEQ 16 /* Sequence */
#define ASN1_SET 17 /* Set */
#define ASN1_NUMSTR 18 /* Numerical String */