From 8004ecccde981d80bf1e0f5d7e108f962195e046 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 4 Nov 2012 12:47:02 +0000 Subject: From Andrei Emeltchenko: Add OUI_BLUETOOTH part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7633 bt-oui: Add decoding Bluetooth High Speed over wireless svn path=/trunk/; revision=45887 --- 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 5aa4dc6e10..46ada702e5 100644 --- a/epan/oui.h +++ b/epan/oui.h @@ -59,6 +59,7 @@ #define OUI_SONY_ERICSSON_5 0x001620 /* Sony Ericsson Mobile Communications AB */ #define OUI_SONY_ERICSSON_6 0x0016B8 /* Sony Ericsson Mobile Communications AB */ #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_IEEE_802_1QBG 0x001B3F /* IEEE 802.1 Qbg */ #define OUI_TURBOCELL 0x0020F6 /* KarlNet, who brought you Turbocell */ -- cgit v1.2.3