aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-11-23 04:40:22 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-11-23 04:40:22 +0000
commitcd7484ddf58ccac192f089695b0b43afdd519cad (patch)
tree3974cf925870d58a7d0ad171c85c897fe65f3013 /wiretap/wtap.h
parentbb9f28af0f852bd46981c04e54e83e67dbe41729 (diff)
Added time-stamp decoding to LANalyzer decodes, made minor comment changes to
ngsniffer.c, and removed DLT_* defines from wtap.h svn path=/trunk/; revision=119
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 2256cddc59..330774afa9 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.5 1998/11/15 05:29:17 guy Exp $
+ * $Id: wtap.h,v 1.6 1998/11/23 04:40:21 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -127,7 +127,7 @@ void wtap_close(wtap *wth);
(guint32)*((guint8 *)p+0)<<0)
-
+#ifdef 0
#define DLT_NULL 0 /* no link-layer encapsulation */
#define DLT_EN10MB 1 /* Ethernet (10Mb) */
#define DLT_EN3MB 2 /* Experimental Ethernet (3Mb) */
@@ -143,3 +143,4 @@ void wtap_close(wtap *wth);
#define DLT_RAW 12 /* raw IP */
#define DLT_SLIP_BSDOS 13 /* BSD/OS Serial Line IP */
#define DLT_PPP_BSDOS 14 /* BSD/OS Point-to-point Protocol */
+#endif