aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-08 19:56:36 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-08 19:56:36 +0000
commitb2f7ead20bea801453d7fbe6060a32af2b2247f2 (patch)
tree91e01718c5e48e92aa5c5db210908daded959205 /wiretap/wtap.h
parent380cb78ea0160c052ff43269b3dbff38d404fc63 (diff)
Basic Encoding Rules (BER) encoded file reading. Not really a packet trace format but still useful for dissecting arbitrary BER/DER ASN.1.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18110 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 5ebf160c26..292bf73258 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -180,9 +180,10 @@
#define WTAP_ENCAP_JUNIPER_GGSN 87
#define WTAP_ENCAP_LINUX_LAPD 88
#define WTAP_ENCAP_CATAPULT_DCT2000 89
+#define WTAP_ENCAP_BER 90
/* last WTAP_ENCAP_ value + 1 */
-#define WTAP_NUM_ENCAP_TYPES 90
+#define WTAP_NUM_ENCAP_TYPES 91
/* File types that can be read by wiretap.
We support writing some many of these file types, too, so we
@@ -232,9 +233,9 @@
#define WTAP_FILE_ISERIES 42
#define WTAP_FILE_ISERIES_UNICODE 43
#define WTAP_FILE_CATAPULT_DCT2000 44
+#define WTAP_FILE_BER 45
-/* last WTAP_FILE_ value + 1 */
-#define WTAP_NUM_FILE_TYPES 45
+#define WTAP_NUM_FILE_TYPES 46
/* timestamp precision (currently only these values are supported) */
#define WTAP_FILE_TSPREC_SEC 0