aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.c
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2015-08-26 18:39:15 +0200
committerMichael Mann <mmann78@netscape.net>2015-09-14 12:17:21 +0000
commitfb80cbdd00545c921414182aae581e85c219a017 (patch)
tree4c1b551d7099ac9b780e33ba7ca74f145ce19184 /epan/dissectors/packet-bluetooth.c
parent9ff68f3ab58de3e0e1f631265b44fa45ff0074a6 (diff)
Bluetooth: Add "PAN" prefix to three UUIDs
"GN" does not seems to be really useful, but "PAN GN" is reasonable. Change-Id: Ia04aa20e4b95743c7db46e87606e3843a124d7e4 Reviewed-on: https://code.wireshark.org/review/10524 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-bluetooth.c')
-rw-r--r--epan/dissectors/packet-bluetooth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-bluetooth.c b/epan/dissectors/packet-bluetooth.c
index 008df2f1f5..d20484f612 100644
--- a/epan/dissectors/packet-bluetooth.c
+++ b/epan/dissectors/packet-bluetooth.c
@@ -114,9 +114,9 @@ const value_string bluetooth_uuid_vals[] = {
{ 0x1112, "Headset Audio Gateway" },
{ 0x1113, "WAP" },
{ 0x1114, "WAP Client" },
- { 0x1115, "PANU" },
- { 0x1116, "NAP" },
- { 0x1117, "GN" },
+ { 0x1115, "PAN PANU" },
+ { 0x1116, "PAN NAP" },
+ { 0x1117, "PAN GN" },
{ 0x1118, "Direct Printing" },
{ 0x1119, "Reference Printing" },
{ 0x111A, "Imaging" },