aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-22 08:50:07 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-22 08:50:07 +0000
commit146f8ebd469523e9e95570389614830b682bf1e8 (patch)
tree84fd11429fc55545cef014f34cfb3febc50e6ab1 /etypes.h
parent99b9d2a13ecdf5f60edbd839e98d7340211277c7 (diff)
Add the Ethernet type for the Vines Echo protocol.
svn path=/trunk/; revision=7526
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/etypes.h b/etypes.h
index efb4f354be..e1c85d1d0d 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.32 2003/03/05 07:41:23 guy Exp $
+ * $Id: etypes.h,v 1.33 2003/04/22 08:50:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -44,8 +44,12 @@
* http://www.cavebear.com/CaveBear/Ethernet/
*/
-#ifndef ETHERTYPE_VINES
-#define ETHERTYPE_VINES 0x0bad
+#ifndef ETHERTYPE_VINES_IP
+#define ETHERTYPE_VINES_IP 0x0bad
+#endif
+
+#ifndef ETHERTYPE_VINES_ECHO
+#define ETHERTYPE_VINES_ECHO 0x0baf
#endif
#ifndef ETHERTYPE_TRAIN