Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7893] Bluetooth: Add support for AVDTP/A2DP/VDP and SBC co

Date: Sat, 12 Oct 2013 23:54:51 +0000

changed bug 7893

What Removed Added
Attachment #11595 Flags review_for_checkin? review_for_checkin-

Comment # 48 on bug 7893 from
Comment on attachment 11595 [details]
[PATCH 5] Bluetooth: AVDTP: Add support for Content Protection type SCMS-T

Upon further review of the rtp dissector it appears its more explicit with its
dissection than I realized (so please ignore all heuristic comments).  However,
that "explicit" dissection is expressed through conversation data, not
private_data.

Rejecting this patch because it doesn't keep with that architecture.  What
needs to be done is to add a member (btvdp_codec_data_t?) to struct
_rtp_conversation_info and have that replace the checks of the explicit bt
dissector handles (and drop all private_data handling in bt dissectors)

Not sure how the "rtp conversation" should be populated.  Another parameter to
[s]rtp_add_address?  Create a rtp_add_bt_address()?


You are receiving this mail because:
  • You are watching all bug changes.