aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oui.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-04-27 20:08:33 -0400
committerMichael Mann <mmann78@netscape.net>2014-04-28 00:13:27 +0000
commit0cfd4eb4a1c4fef98a59d33396348ae9d567f890 (patch)
treef79229efa567134e9bb2891370a2fe3c144e4f8e /epan/oui.h
parent0a3f725260ff80ce2e7e2630978317b50c2cb34c (diff)
Add support for DCBX cee/cin protocol
CEE Spec here : http://www.ieee802.org/1/files/public/docs2008/az-wadekar-dcbx-capability-exchange-discovery-protocol-1108-v1.01.pdf From a wireshark POV, CIN is the same as CEE with a different OUI subtype, and one less supported TLV. bug:10039 Change-Id: I5aa4f1be2ecc43ecad6e86633231e6e39695af6e Reviewed-on: https://code.wireshark.org/review/1330 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/oui.h')
-rw-r--r--epan/oui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/oui.h b/epan/oui.h
index b9eeed1229..0ffc128066 100644
--- a/epan/oui.h
+++ b/epan/oui.h
@@ -59,6 +59,7 @@
#define OUI_SONY_ERICSSON_7 0x001813 /* Sony Ericsson Mobile Communications AB */
#define OUI_BLUETOOTH 0x001958 /* Bluetooth SIG */
#define OUI_SONY_ERICSSON_8 0x001963 /* Sony Ericsson Mobile Communications AB */
+#define OUI_DCBX 0x001B21 /* Data Center Bridging Capabilities Exchange Protocol */
#define OUI_IEEE_802_1QBG 0x001B3F /* IEEE 802.1 Qbg */
#define OUI_TURBOCELL 0x0020F6 /* KarlNet, who brought you Turbocell */
#define OUI_CISCOWL 0x004096 /* Cisco Wireless (Aironet) */