aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-23 06:32:52 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-23 06:32:52 +0000
commit0a979b81b85d66476e5fc5000bd7a8a3e4a0e2a5 (patch)
tree2666b496c8721facbcc2f47f8ec8a3aa1c397d73 /wiretap/wtap.h
parent20d4266049f015380f79c3320a4b7cd9c8bed922 (diff)
Get rid of "m"/"M" and other Macintosh references in names - it appears
that EtherPeek for Windows uses the same format as EtherPeek for MacOS, so the code isn't specific to the MacOS version. Check the physMedium value in the secondary header, and leave a placeholder for a value of 1, which is presumably used in AiroPeek captures. Treat unknown mediaType and physMedium values as indications that we don't have a *Peek file, not as unsupported *Peek files - we need all the heuristics we can get. svn path=/trunk/; revision=4601
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index eaa0fa2314..6619956147 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -1,6 +1,6 @@
/* wtap.h
*
- * $Id: wtap.h,v 1.100 2002/01/18 00:25:50 guy Exp $
+ * $Id: wtap.h,v 1.101 2002/01/23 06:32:52 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -134,8 +134,8 @@
#define WTAP_FILE_I4BTRACE 23
#define WTAP_FILE_CSIDS 24
#define WTAP_FILE_PPPDUMP 25
-#define WTAP_FILE_ETHERPEEK_MAC_V56 26
-#define WTAP_FILE_ETHERPEEK_MAC_V7 27
+#define WTAP_FILE_ETHERPEEK_V56 26
+#define WTAP_FILE_ETHERPEEK_V7 27
#define WTAP_FILE_VMS 28
#define WTAP_FILE_DBS_ETHERWATCH 29
#define WTAP_FILE_VISUAL_NETWORKS 30