aboutsummaryrefslogtreecommitdiffstats
path: root/oui.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-02 03:04:12 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-02 03:04:12 +0000
commitb2ab758ca7601c28cf35a6b4c5a46c157da2ea4e (patch)
tree3e1d33da3998008f73b9c30f84b556b007b04116 /oui.h
parent78d7c0ca28b4686bb974ac3bc23f2afc04ef85ff (diff)
The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078;
various Cisco documents indicate that 0000F8 is used on at least some Cisco boxes for bridging Ethernet frames onto 802.x+LLC frames. svn path=/trunk/; revision=3498
Diffstat (limited to 'oui.h')
-rw-r--r--oui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/oui.h b/oui.h
index 02be5b4232..5675eb64ae 100644
--- a/oui.h
+++ b/oui.h
@@ -2,7 +2,7 @@
* Definitions of OUIs
* Gilbert Ramirez <gram@xiexie.org>
*
- * $Id: oui.h,v 1.9 2001/06/01 23:04:37 guy Exp $
+ * $Id: oui.h,v 1.10 2001/06/02 03:04:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -29,7 +29,6 @@
#define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */
#define OUI_CISCO 0x00000C /* Cisco (future use) */
-#define OUI_CISCO_WLANB 0x000078 /* Cisco WLAN bridged packets? */
#define OUI_CISCO_90 0x0000F8 /* Cisco (IOS 9.0 and above?) */
#define OUI_BRIDGED 0x0080C2 /* Bridged Frame-Relay, RFC 2427 */
/* and Bridged ATM, RFC 2684 */