aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-07-23 04:09:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-07-23 04:09:50 +0000
commit46eabdf34d1666d7c674b05590ecfce6ecf995aa (patch)
tree4a64816dd11106f7cb72c0b425e18eec933a8e5b /epan/dissectors/packet-btl2cap.h
parent24a60b1d6c8d3252e28ab7e57685885d7f030c13 (diff)
From Michal Labedzki:
Add initial support for 3DS Profile. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8948 svn path=/trunk/; revision=50812
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h23
1 files changed, 14 insertions, 9 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
index 9ed1da3ec1..5837eb47d3 100644
--- a/epan/dissectors/packet-btl2cap.h
+++ b/epan/dissectors/packet-btl2cap.h
@@ -24,15 +24,20 @@
#ifndef __PACKET_BTL2CAP_H__
#define __PACKET_BTL2CAP_H__
-#define BTL2CAP_PSM_SDP 0x0001
-#define BTL2CAP_PSM_RFCOMM 0x0003
-#define BTL2CAP_PSM_BNEP 0x000f
-#define BTL2CAP_PSM_HID_CTRL 0x0011
-#define BTL2CAP_PSM_HID_INTR 0x0013
-#define BTL2CAP_PSM_AVCTP_CTRL 0x0017
-#define BTL2CAP_PSM_AVDTP 0x0019
-#define BTL2CAP_PSM_AVCTP_BRWS 0x001b
-#define BTL2CAP_PSM_ATT 0x001f
+#define BTL2CAP_PSM_SDP 0x0001
+#define BTL2CAP_PSM_RFCOMM 0x0003
+#define BTL2CAP_PSM_TCS_BIN 0x0005
+#define BTL2CAP_PSM_TCS_BIN_CORDLESS 0x0007
+#define BTL2CAP_PSM_BNEP 0x000f
+#define BTL2CAP_PSM_HID_CTRL 0x0011
+#define BTL2CAP_PSM_HID_INTR 0x0013
+#define BTL2CAP_PSM_UPNP 0x0015
+#define BTL2CAP_PSM_AVCTP_CTRL 0x0017
+#define BTL2CAP_PSM_AVDTP 0x0019
+#define BTL2CAP_PSM_AVCTP_BRWS 0x001b
+#define BTL2CAP_PSM_UDI_C_PLANE 0x001d
+#define BTL2CAP_PSM_ATT 0x001f
+#define BTL2CAP_PSM_3DS 0x0021
#define BTL2CAP_DYNAMIC_PSM_START 0x1000