aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-30 21:43:18 +0000
committerEvan Huus <eapache@gmail.com>2013-03-30 21:43:18 +0000
commit6d17f1153a0a25500ec64e64c57981d5e4217e12 (patch)
treef6b44da7616957c28ddd801ea6902c2b4d08ce0f /epan/dissectors/packet-bthci_evt.c
parent77c9d43ce42c19d7cf4815ceedeb8b4d55d7d040 (diff)
From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8509
Round 3 of Bluetooth SDP updates. Update the list of company IDs and fix service recognition. svn path=/trunk/; revision=48660
Diffstat (limited to 'epan/dissectors/packet-bthci_evt.c')
-rw-r--r--epan/dissectors/packet-bthci_evt.c24
1 files changed, 23 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthci_evt.c b/epan/dissectors/packet-bthci_evt.c
index e5bd5aed5d..a88208c5e5 100644
--- a/epan/dissectors/packet-bthci_evt.c
+++ b/epan/dissectors/packet-bthci_evt.c
@@ -644,6 +644,28 @@ static const value_string bthci_evt_comp_id[] = {
{0x00A3, "Meta Watch Ltd."},
{0x00A4, "LINAK A/S"},
{0x00A5, "OTL Dynamics LLC"},
+ {0x00A6, "Panda Ocean Inc."},
+ {0x00A7, "Visteon Corporation"},
+ {0x00A8, "ARP Devices Limited"},
+ {0x00A9, "Magneti Marelli S.p.A."},
+ {0x00AA, "CAEN RFID srl"},
+ {0x00AB, "Ingenieur-Systemgruppe Zahn GmbH"},
+ {0x00AC, "Green Throttle Games"},
+ {0x00AD, "Peter Systemtechnik GmbH"},
+ {0x00AE, "Omegawave Oy"},
+ {0x00AF, "Cinetix"},
+ {0x00B0, "Passif Semiconductor Corp"},
+ {0x00B1, "Saris Cycling Group, Inc"},
+ {0x00B2, "Bekey A/S"},
+ {0x00B3, "Clarinox Technologies Pty. Ltd."},
+ {0x00B4, "BDE Technology Co., Ltd."},
+ {0x00B5, "Swirl Networks"},
+ {0x00B6, "Meso international"},
+ {0x00B7, "TreLab Ltd"},
+ {0x00B8, "Qualcomm Innovation Center, Inc. (QuIC)"},
+ {0x00B9, "Johnson Controls, Inc."},
+ {0x00BA, "Starkey Laboratories Inc."},
+ {0x00BB, "S-Power Electronics Limited"},
{0xFFFF, "For use in internal and interoperability tests."},
{0, NULL }
};
@@ -2881,7 +2903,7 @@ dissect_bthci_evt_command_complete(tvbuff_t *tvb, int offset, packet_info *pinfo
proto_tree_add_item(tree, hf_bthci_evt_physical_link_handle, tvb, offset, 1, ENC_LITTLE_ENDIAN);
offset++;
break;
-
+
case 0x1801: /* Read Loopback Mode */
proto_tree_add_item(tree, hf_bthci_evt_status, tvb, offset, 1, ENC_LITTLE_ENDIAN);
offset++;