aboutsummaryrefslogtreecommitdiffstats
path: root/etypes.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-06 08:37:43 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-06 08:37:43 +0000
commit50708fac46b3c7acf6999304afe9d6677b9360cf (patch)
treea1b4745e5609d7bc4a571e6dbdcba5afc3a39dd9 /etypes.h
parent586da2f14efeb4e4131562728c859b7449e82445 (diff)
Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectors
can register an OUI, and PIDs for that OUI, in the same fashion that they can do so for SNAP (after which the 802a OUI Extended Ethertype is clearly modeled). svn path=/trunk/; revision=12967
Diffstat (limited to 'etypes.h')
-rw-r--r--etypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/etypes.h b/etypes.h
index 3a990abe60..7c82bb3f4c 100644
--- a/etypes.h
+++ b/etypes.h
@@ -244,6 +244,10 @@
#define ETHERTYPE_BRDWALK 0x88AE
#endif
+#ifndef ETHERTYPE_IEEE802_OUI_EXTENDED
+#define ETHERTYPE_IEEE802_OUI_EXTENDED 0x88B7 /* IEEE 802a OUI Extended Ethertype */
+#endif
+
#ifndef ETHERTYPE_RSN_PREAUTH
#define ETHERTYPE_RSN_PREAUTH 0x88c7 /* 802.11i Pre-Authentication */
#endif