From 8428b08b1a11bfebd6a6039362eaa528727ac904 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Sat, 7 May 2011 14:50:36 +0000 Subject: From Jens Osterkamp: The following patch adds some code to decode the EVB TLV being standardized in the upcoming IEEE 802.1Qbg draft 0. svn path=/trunk/; revision=37014 --- epan/oui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/oui.h') diff --git a/epan/oui.h b/epan/oui.h index 52ee84681c..0cc6cf2ba9 100644 --- a/epan/oui.h +++ b/epan/oui.h @@ -60,6 +60,7 @@ #define OUI_SONY_ERICSSON_6 0x0016B8 /* Sony Ericsson Mobile Communications AB */ #define OUI_SONY_ERICSSON_7 0x001813 /* Sony Ericsson Mobile Communications AB */ #define OUI_SONY_ERICSSON_8 0x001963 /* Sony Ericsson Mobile Communications AB */ +#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) */ #define OUI_MARVELL 0x005043 /* Marvell Semiconductor */ -- cgit v1.2.1