aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-10-22 19:40:54 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2015-11-20 16:01:13 +0000
commit909d9c9c152ab6f760ae4d209c553d688d264e75 (patch)
treea65e1190d5b49902f70bb103936792400d4d5996 /epan/dissectors/packet-bluetooth.c
parent8ac3d9a0f15405584a8c37d238302a7e0c5d958b (diff)
Bluetooth: GATT: Add HTTP Proxy Service attributes
Add HTTP Proxy Service attributes and UUID. Change-Id: If0ab490f2df0930d2b80687ac4c9a1d7e4d463e4 Reviewed-on: https://code.wireshark.org/review/11978 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-bluetooth.c')
-rw-r--r--epan/dissectors/packet-bluetooth.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bluetooth.c b/epan/dissectors/packet-bluetooth.c
index db1d4a2ec6..011b0fddf1 100644
--- a/epan/dissectors/packet-bluetooth.c
+++ b/epan/dissectors/packet-bluetooth.c
@@ -208,6 +208,7 @@ const value_string bluetooth_uuid_vals[] = {
{ 0x1820, "Internet Protocol Support" },
{ 0x1821, "Indoor Positioning" },
{ 0x1822, "Pulse Oximeter" },
+ { 0x1823, "HTTP Proxy" },
/* Units - https://developer.bluetooth.org/gatt/units/Pages/default.aspx */
{ 0x2700, "unitless" },
{ 0x2701, "length (metre)" },
@@ -500,6 +501,12 @@ const value_string bluetooth_uuid_vals[] = {
{ 0x2AB3, "Altitude" },
{ 0x2AB4, "Uncertainty" },
{ 0x2AB5, "Location Name" },
+ { 0x2AB6, "URI" },
+ { 0x2AB7, "HTTP Headers" },
+ { 0x2AB8, "HTTP Status Code" },
+ { 0x2AB9, "HTTP Entity Body" },
+ { 0x2ABA, "HTTP Control Point" },
+ { 0x2ABB, "HTTPS Security" },
/* 16-bit UUID for Members - https://www.bluetooth.org/en-us/Pages/LoginRestrictedAll/16-bit-UUIDs-member.aspx */
{ 0XFEB6, "Vencer Co, Ltd" },
{ 0XFEB7, "Facebook, Inc." },