URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2abc54158dd6c7c66680ddddb9927501d9e12d50
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2abc541 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
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@xxxxxxxxx>
Actions performed:
from 32e66a4 Bluetooth: Add music duration info for SBC
adds 2abc541 Bluetooth AVDTP/RTP: Separate the streams
Summary of changes:
epan/dissectors/packet-btavdtp.c | 537 +++++++++++++++++++++-----------------
epan/dissectors/packet-btavdtp.h | 1 +
epan/dissectors/packet-btl2cap.c | 10 +-
epan/dissectors/packet-btl2cap.h | 2 +
epan/dissectors/packet-rtp.c | 6 +-
epan/dissectors/packet-rtp.h | 2 +-
6 files changed, 315 insertions(+), 243 deletions(-)