aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>1998-09-17 02:37:47 +0000
committerGerald Combs <gerald@wireshark.org>1998-09-17 02:37:47 +0000
commit3ad9f399156ea5af0864455e042a43727cac715d (patch)
treeb8ac054dc758c3e59754dc85aead82d0ee296571 /etypes.h
parent19176fbb4f84cce7cac6ebe5f453837bfafa76d0 (diff)
* Added Don Lafontaine's support for Banyan Vines.
svn path=/trunk/; revision=9
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/etypes.h b/etypes.h
index c942d3e7be..37faa9dd16 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.2 1998/09/16 03:21:56 gerald Exp $
+ * $Id: etypes.h,v 1.3 1998/09/17 02:37:45 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -66,4 +66,7 @@
#define ETHERTYPE_IPX 0x8137
#endif
+#ifndef ETHERTYPE_VINES
+#define ETHERTYPE_VINES 0xbad
+#endif
#endif /* etypes.h */