aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-08 09:11:53 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-08 09:11:53 +0000
commitf076ed9bf470b2b437befeae88d304fb13c8cc64 (patch)
tree805d14701ec411458df35bfc3f75d09c04f230e0 /wiretap/wtap.h
parentf4915188fb1f29c0fbbf238b8fae38791ecf37d9 (diff)
WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so just
rename WTAP_ENCAP_ENC0 to WTAP_ENCAP_ENC. un-#if 0 out the code to handle the value 109 for DLT_ENC, as I've just checked in support for DLT_ENC in tcpdump.org libpcap and tcpdump, which maps DLT_ENC to 109 in the file header. Give packet-enc.c an RCS ID. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7323 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 09f153e32f..572c38ea03 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.135 2003/03/07 16:52:46 gerald Exp $
+ * $Id: wtap.h,v 1.136 2003/03/08 09:11:53 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -126,7 +126,7 @@
#define WTAP_ENCAP_WFLEET_HDLC 34
#define WTAP_ENCAP_SDLC 35
#define WTAP_ENCAP_TZSP 36
-#define WTAP_ENCAP_ENC0 37
+#define WTAP_ENCAP_ENC 37
/* last WTAP_ENCAP_ value + 1 */
#define WTAP_NUM_ENCAP_TYPES 38