aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-29 08:05:07 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-29 08:05:07 +0000
commit41904dc30328d7d2bc432f744a0c312050bbc457 (patch)
tree7d2124066541ba6d1d3e4893f01a5281fd154fad /etypes.h
parentd11b3119921374357378aa80170f9185ef8afa19 (diff)
Add WCP to the list of Ethernet types in "etype_vals[]", and add
"compressed" to the list of NLPIDs in "nlpid_vals[]". Use "nlpid_vals" for the Frame Relay NLPID field. svn path=/trunk/; revision=3206
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index 0c21cc4bb2..146c0e489e 100644
--- a/etypes.h
+++ b/etypes.h
@@ -1,7 +1,7 @@
/* etypes.h
* Defines ethernet packet types, similar to tcpdump's ethertype.h
*
- * $Id: etypes.h,v 1.15 2001/01/13 07:47:48 guy Exp $
+ * $Id: etypes.h,v 1.16 2001/03/29 08:05:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -126,6 +126,10 @@
/* Created by Netmon as a summary packet */
#endif
+#ifndef ETHERTYPE_WCP
+#define ETHERTYPE_WCP 0x80ff /* Wellfleet Compression Protocol */
+#endif
+
#ifndef ETHERTYPE_LOOP
#define ETHERTYPE_LOOP 0x9000 /* used for layer 2 testing (do i see my own frames on the wire) */
#endif