aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-04-14 18:59:07 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2014-05-30 11:27:33 +0000
commit1258ce7bcebe10e674a83d7b8b25559db74956d9 (patch)
tree910931000f2697f36a880eee4d264068dd3f573a /epan/dissectors/packet-btl2cap.h
parent49cc95784b1116bbb023bd54e1c479ededceede8 (diff)
Bluetooth: AVDTP: First step to fully support AVDTP session
Session should be finished too on HCI Disconnect and Adapter disappear. Change-Id: I0823872e60ec932fc0831975e54dc33d49fb5dbc Reviewed-on: https://code.wireshark.org/review/1882 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
index 5de3436dfb..c67daf9ee3 100644
--- a/epan/dissectors/packet-btl2cap.h
+++ b/epan/dissectors/packet-btl2cap.h
@@ -54,13 +54,16 @@
typedef struct _btl2cap_data_t {
guint32 interface_id;
guint32 adapter_id;
+ guint32 *adapter_disconnect_in_frame;
guint16 chandle; /* only low 12 bits used */
+ guint32 *hci_disconnect_in_frame;
+ guint16 psm;
+ guint32 *disconnect_in_frame;
guint16 cid;
guint32 local_cid;
guint32 remote_cid;
- guint32 *disconnect_in_frame;
+
gboolean is_local_psm; /* otherwise it is PSM in remote device */
- guint16 psm;
guint32 remote_bd_addr_oui;
guint32 remote_bd_addr_id;
} btl2cap_data_t;