diff options
author | Gerald Combs <gerald@wireshark.org> | 2000-04-10 14:45:30 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2000-04-10 14:45:30 +0000 |
commit | a42b1820e4a35f6fee3aec4193331b319943ab5a (patch) | |
tree | 4925e141c32ff0ee9beddfddb46d98cb8fc42024 /oui.h | |
parent | cd3eccbef8e046dfe6d3432e0704fa890236c4ca (diff) | |
download | wireshark-a42b1820e4a35f6fee3aec4193331b319943ab5a.tar.gz wireshark-a42b1820e4a35f6fee3aec4193331b319943ab5a.tar.bz2 wireshark-a42b1820e4a35f6fee3aec4193331b319943ab5a.zip |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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[]; |