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>
This commit is contained in:
Michal Labedzki 2015-08-26 18:39:15 +02:00 committed by Michael Mann
parent 9ff68f3ab5
commit fb80cbdd00
1 changed files with 3 additions and 3 deletions

View File

@ -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" },