aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-10-26 00:53:23 +0000
committerMichael Mann <mmann78@netscape.net>2013-10-26 00:53:23 +0000
commit63869c4037baca63c82fbe38b17167bea75fa14d (patch)
treeae36cb79b763f10a36e29f7b345c54681252014c
parentd8f1af511f774dd485c365a560457b3fc5e8e49c (diff)
Bluetooth: SDP: Add MultiProfile UUIDs. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9327)
From Michal Labedzki svn path=/trunk/; revision=52861
-rw-r--r--epan/dissectors/packet-btsdp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btsdp.c b/epan/dissectors/packet-btsdp.c
index d84de1ab60..736c88b5f4 100644
--- a/epan/dissectors/packet-btsdp.c
+++ b/epan/dissectors/packet-btsdp.c
@@ -841,6 +841,8 @@ static const value_string vs_service_classes[] = {
{ 0x1137, "3D Display" },
{ 0x1138, "3D Glasses" },
{ 0x1139, "3D Synchronization Profile" },
+ { 0x113A, "Multi-Profile" },
+ { 0x113B, "Multi-Profile SC" },
{ 0x1200, "PnP Information" },
{ 0x1201, "Generic Networking" },
{ 0x1202, "Generic File Transfer" },