aboutsummaryrefslogtreecommitdiffstats
path: root/asn1.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-03-27 08:51:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-03-27 08:51:05 +0000
commitb18ff00e309bde8d0250de4dce5f2c4950f99235 (patch)
tree408339a7435fb064fcd53a7307802572e23b837a /asn1.h
parent3a42e937e30ccf5f97cb9d6fdc04c6ab883294b6 (diff)
Add type tag values for the REAL and ENUMERATED types.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1752 f5534014-38df-0310-8fa8-9805f1628bb7
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 */