aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-12-05 18:27:13 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-18 14:03:23 +0000
commit36cd1959d313862216c58a0765d75758c8715b1d (patch)
tree55627d2f7ea636d4815e615603d2fdadf51c4be2 /epan/dissectors/packet-btl2cap.c
parent609ea4baa62a523434cdd8ff350d56d135d588ae (diff)
Bluetooth: Update Assign numbers (5th December 2015)
Add TDS and OTS/OTP UUID, OTS PSM (I cannot find it, but it seems to be linear), update CompanyIds and add three EIR/AD codes: URI, Indoor Positioning and Transport Discovery Data. Implementation of new "numbers" will be done later. Change-Id: I8ad4d9c1d55c1824d87e88303c28e67dd445ec98 Reviewed-on: https://code.wireshark.org/review/13386 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-btl2cap.c')
-rw-r--r--epan/dissectors/packet-btl2cap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btl2cap.c b/epan/dissectors/packet-btl2cap.c
index a434661cf0..3ea0d6c25d 100644
--- a/epan/dissectors/packet-btl2cap.c
+++ b/epan/dissectors/packet-btl2cap.c
@@ -232,6 +232,7 @@ static const value_string psm_vals[] = {
{ 0x001F, "ATT" },
{ 0x0021, "3DSP" },
{ 0x0023, "IPSP" },
+ { 0x0025, "OTS" },
{ 0, NULL }
};
value_string_ext ext_psm_vals = VALUE_STRING_EXT_INIT(psm_vals);