aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btl2cap.h
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2014-03-30 12:03:18 +0200
committerMichal Labedzki <michal.labedzki@tieto.com>2014-05-30 11:24:59 +0000
commit2abc54158dd6c7c66680ddddb9927501d9e12d50 (patch)
tree8b173675412614016f6c1bf68fe8968a7858b6bf /epan/dissectors/packet-btl2cap.h
parent32e66a4cc663e5ec351872f6d4445d2b8c53a071 (diff)
Bluetooth AVDTP/RTP: Separate the streams
The Stream is defined here as media stream that beginning on AVDTP Start (ResponseAccept). Also fix recognizing Channel streams by AVDTP according to the specification that says: 1. First channel is always Signaling. 2. Second may be Media. 3. Third may be Reporting. 4. Fourth may be Recovery. First and second will be supported right now. Change-Id: Id6d4dae6be1b9df68382288c2d520b7ed3661237 Reviewed-on: https://code.wireshark.org/review/1053 Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
Diffstat (limited to 'epan/dissectors/packet-btl2cap.h')
-rw-r--r--epan/dissectors/packet-btl2cap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-btl2cap.h b/epan/dissectors/packet-btl2cap.h
index 66ad217c81..cd3258548d 100644
--- a/epan/dissectors/packet-btl2cap.h
+++ b/epan/dissectors/packet-btl2cap.h
@@ -54,6 +54,8 @@ typedef struct _btl2cap_data_t {
guint32 adapter_id;
guint16 chandle; /* only low 12 bits used */
guint16 cid;
+ gint32 scid;
+ gint32 dcid;
gboolean is_local_psm; /* otherwise it is PSM in remote device */
guint16 psm;
guint32 first_scid_frame;