aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.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-rtp.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-rtp.h')
-rw-r--r--epan/dissectors/packet-rtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtp.h b/epan/dissectors/packet-rtp.h
index 5fea4739bf..db60be435e 100644
--- a/epan/dissectors/packet-rtp.h
+++ b/epan/dissectors/packet-rtp.h
@@ -210,6 +210,6 @@ void srtp_add_address(packet_info *pinfo,
/* Add an Bluetooth conversation with the given details */
void
-bluetooth_add_address(packet_info *pinfo, address *addr,
+bluetooth_add_address(packet_info *pinfo, address *addr, guint32 stream_number,
const gchar *setup_method, guint32 setup_frame_number,
gboolean is_video, void *data);