aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-20 22:41:12 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-20 22:41:12 +0000
commite5c126441b296ecf4b52aebb4bb674913e9329ed (patch)
tree4144b2060d573fd0ca58da2d34d21f94fab88e97 /etypes.h
parentb0cfa341690586b0a6abc4d16dce97e5926c7a04 (diff)
Nathan Neulinger's 802.1q VLAN patch.
svn path=/trunk/; revision=897
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 bcf2ca8c64..817d19f4f3 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.8 1999/08/22 01:35:34 guy Exp $
+ * $Id: etypes.h,v 1.9 1999/10/20 22:41:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -98,6 +98,10 @@
#define ETHERTYPE_PPPOES 0x8864 /* PPPoE Session Protocol */
#endif
+#ifndef ETHERTYPE_VLAN
+#define ETHERTYPE_VLAN 0x8100 /* 802.1Q Virtual LAN */
+#endif
+
#endif /* etypes.h */