aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-29 07:44:39 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-01-29 07:44:39 +0000
commit68cc8933a3eadb9bd042a0d28615962b7db65cf2 (patch)
treeed0381196c5ce359246d69f9c4a2b3ea97a59d05
parentdc88e9d3129084d98348ab7b8f81f9df4e1b1863 (diff)
Add 3GPP2 OUI.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31726 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-llc.c47
-rw-r--r--epan/oui.h27
2 files changed, 38 insertions, 36 deletions
diff --git a/epan/dissectors/packet-llc.c b/epan/dissectors/packet-llc.c
index 4bb161546e..edf0f646c8 100644
--- a/epan/dissectors/packet-llc.c
+++ b/epan/dissectors/packet-llc.c
@@ -188,18 +188,18 @@ const value_string oui_vals[] = {
/*
http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/ibm_r/brprt1/brsrb.htm
*/
- { OUI_CISCO, "Cisco" },
- { OUI_NORTEL, "Nortel Networks SONMP" },
- { OUI_CISCO_90, "Cisco IOS 9.0 Compatible" },
- { OUI_FORCE10, "Force10 Networks" },
- { OUI_ERICSSON, "Ericsson Group" },
- { OUI_CATENA, "Catena Networks" },
+ { OUI_CISCO, "Cisco" },
+ { OUI_NORTEL, "Nortel Networks SONMP" },
+ { OUI_CISCO_90, "Cisco IOS 9.0 Compatible" },
+ { OUI_FORCE10, "Force10 Networks" },
+ { OUI_ERICSSON, "Ericsson Group" },
+ { OUI_CATENA, "Catena Networks" },
{ OUI_SONY_ERICSSON, "Sony Ericsson Mobile Communications AB" },
{ OUI_SONY_ERICSSON_2, "Sony Ericsson Mobile Communications AB" },
- { OUI_PROFINET, "PROFIBUS Nutzerorganisation e.V." },
+ { OUI_PROFINET, "PROFIBUS Nutzerorganisation e.V." },
{ OUI_SONY_ERICSSON_3, "Sony Ericsson Mobile Communications AB" },
- { OUI_CIMETRICS, "Cimetrics" },
- { OUI_IEEE_802_3, "IEEE 802.3" },
+ { OUI_CIMETRICS, "Cimetrics" },
+ { OUI_IEEE_802_3, "IEEE 802.3" },
{ OUI_MEDIA_ENDPOINT, "Media (TIA TR-41 Committee)" },
{ OUI_SONY_ERICSSON_4, "Sony Ericsson Mobile Communications AB" },
{ OUI_ERICSSON_MOBILE, "Ericsson Mobile Platforms" },
@@ -207,21 +207,22 @@ http://www.cisco.com/univercd/cc/td/doc/product/software/ios113ed/113ed_cr/ibm_r
{ OUI_SONY_ERICSSON_6, "Sony Ericsson Mobile Communications AB" },
{ OUI_SONY_ERICSSON_7, "Sony Ericsson Mobile Communications AB" },
{ OUI_SONY_ERICSSON_8, "Sony Ericsson Mobile Communications AB" },
- { OUI_TURBOCELL, "Karlnet (Turbocell)" },
- { OUI_CISCOWL, "Cisco Wireless (Aironet) L2" },
- { OUI_MARVELL, "Marvell Semiconductor" },
- { OUI_ERICSSON_2, "Ericsson Group" },
- { OUI_BRIDGED, "Frame Relay or ATM bridged frames" },
- { OUI_IEEE_802_1, "IEEE 802.1 Committee" },
- { OUI_ATM_FORUM, "ATM Forum" },
- { OUI_EXTREME, "Extreme Networks" },
+ { OUI_TURBOCELL, "Karlnet (Turbocell)" },
+ { OUI_CISCOWL, "Cisco Wireless (Aironet) L2" },
+ { OUI_MARVELL, "Marvell Semiconductor" },
+ { OUI_ERICSSON_2, "Ericsson Group" },
+ { OUI_BRIDGED, "Frame Relay or ATM bridged frames" },
+ { OUI_IEEE_802_1, "IEEE 802.1 Committee" },
+ { OUI_ATM_FORUM, "ATM Forum" },
+ { OUI_EXTREME, "Extreme Networks" },
/* RFC 2427, RFC 2684 */
- { OUI_CABLE_BPDU, "DOCSIS Spanning Tree" }, /* DOCSIS spanning tree BPDU */
- { OUI_SIEMENS, "Siemens AG" },
- { OUI_APPLE_ATALK, "Apple (AppleTalk)" },
- { OUI_HP, "Hewlett-Packard" },
- { OUI_HP_2, "Hewlett-Packard" },
- { 0, NULL }
+ { OUI_CABLE_BPDU, "DOCSIS Spanning Tree" }, /* DOCSIS spanning tree BPDU */
+ { OUI_SIEMENS, "Siemens AG" },
+ { OUI_APPLE_ATALK, "Apple (AppleTalk)" },
+ { OUI_HP, "Hewlett-Packard" },
+ { OUI_HP_2, "Hewlett-Packard" },
+ { OUI_3GPP2, "3GPP2" },
+ { 0, NULL }
};
const value_string format_vals[] = {
diff --git a/epan/oui.h b/epan/oui.h
index feefa71eda..472b80c6d7 100644
--- a/epan/oui.h
+++ b/epan/oui.h
@@ -36,14 +36,14 @@
*/
#define OUI_ENCAP_ETHER 0x000000 /* encapsulated Ethernet */
-#define OUI_XEROX 0x000006 /* Xerox */
-#define OUI_CISCO 0x00000C /* Cisco (future use) */
-#define OUI_IANA 0x00005E /* the IANA */
-#define OUI_NORTEL 0x000081 /* Nortel SONMP */
+#define OUI_XEROX 0x000006 /* Xerox */
+#define OUI_CISCO 0x00000C /* Cisco (future use) */
+#define OUI_IANA 0x00005E /* the IANA */
+#define OUI_NORTEL 0x000081 /* Nortel SONMP */
#define OUI_CISCO_90 0x0000F8 /* Cisco (IOS 9.0 and above?) */
-#define OUI_FORCE10 0x0001E8 /* Force10 */
+#define OUI_FORCE10 0x0001E8 /* Force10 */
#define OUI_ERICSSON 0x0001EC /* Ericsson Group */
-#define OUI_CATENA 0x00025A /* Catena Networks */
+#define OUI_CATENA 0x00025A /* Catena Networks */
#define OUI_SONY_ERICSSON 0x000AD9 /* Sony Ericsson Mobile Communications AB */
#define OUI_SONY_ERICSSON_2 0x000E07 /* Sony Ericsson Mobile Communications AB */
#define OUI_PROFINET 0x000ECF /* PROFIBUS Nutzerorganisation e.V. */
@@ -58,19 +58,20 @@
#define OUI_SONY_ERICSSON_7 0x001813 /* Sony Ericsson Mobile Communications AB */
#define OUI_SONY_ERICSSON_8 0x001963 /* Sony Ericsson Mobile Communications AB */
#define OUI_TURBOCELL 0x0020F6 /* KarlNet, who brought you Turbocell */
-#define OUI_CISCOWL 0x004096 /* Cisco Wireless (Aironet) */
-#define OUI_MARVELL 0x005043 /* Marvell Semiconductor */
+#define OUI_CISCOWL 0x004096 /* Cisco Wireless (Aironet) */
+#define OUI_MARVELL 0x005043 /* Marvell Semiconductor */
#define OUI_ERICSSON_2 0x008037 /* Ericsson Group */
-#define OUI_BRIDGED 0x0080C2 /* Bridged Frame-Relay, RFC 2427 */
+#define OUI_BRIDGED 0x0080C2 /* Bridged Frame-Relay, RFC 2427 */
/* and Bridged ATM, RFC 2684 */
#define OUI_IEEE_802_1 0x0080C2 /* IEEE 802.1 Committee */
#define OUI_ATM_FORUM 0x00A03E /* ATM Forum */
-#define OUI_EXTREME 0x00E02B /* Extreme EDP/ESRP */
+#define OUI_EXTREME 0x00E02B /* Extreme EDP/ESRP */
#define OUI_CABLE_BPDU 0x00E02F /* DOCSIS spanning tree BPDU */
-#define OUI_SIEMENS 0x080006 /* Siemens AG */
+#define OUI_SIEMENS 0x080006 /* Siemens AG */
#define OUI_APPLE_ATALK 0x080007 /* Appletalk */
-#define OUI_HP 0x080009 /* Hewlett-Packard */
-#define OUI_HP_2 0x00805F /* Hewlett-Packard */
+#define OUI_HP 0x080009 /* Hewlett-Packard */
+#define OUI_HP_2 0x00805F /* Hewlett-Packard */
+#define OUI_3GPP2 0xCF0002 /* 3GPP2 */
/*
* Defined in packet-llc.c