aboutsummaryrefslogtreecommitdiffstats
path: root/oui.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2000-04-10 14:45:30 +0000
committerGerald Combs <gerald@wireshark.org>2000-04-10 14:45:30 +0000
commita42b1820e4a35f6fee3aec4193331b319943ab5a (patch)
tree4925e141c32ff0ee9beddfddb46d98cb8fc42024 /oui.h
parentcd3eccbef8e046dfe6d3432e0704fa890236c4ca (diff)
Add DOCSIS BPDU patch from Johannes Hennecke <Johannes.Hennecke@elsa.de>.
svn path=/trunk/; revision=1826
Diffstat (limited to 'oui.h')
-rw-r--r--oui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/oui.h b/oui.h
index 802fbab92c..44e7cdd4da 100644
--- a/oui.h
+++ b/oui.h
@@ -2,7 +2,7 @@
* Definitions of OUIs
* Gilbert Ramirez <gramirez@tivoli.com>
*
- * $Id: oui.h,v 1.4 2000/01/22 21:49:50 gerald Exp $
+ * $Id: oui.h,v 1.5 2000/04/10 14:45:30 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -30,5 +30,6 @@
#define OUI_BFR 0x0080C2 /* Bridged Frame-Relay, RFC 2427 */
#define OUI_ATM_FORUM 0x00A03E /* ATM Forum */
#define OUI_APPLE_ATALK 0x080007 /* Appletalk */
+#define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */
extern const value_string oui_vals[];