ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Tue, 15 Oct 2013 17:33:26 +0000

changed bug 7893

What Removed Added
Attachment #11595 is obsolete   1

Comment # 53 on bug 7893 from
Created attachment 11795 [details]
RTP/BT conversation

Here's a patch showing my idea (see packet-rtp.[ch] and packet-btavdtp.[ch].  

It COMPILES, but DOES NOT fully WORK.  Names of newly added
structs/members/functions can freely be renamed to something that either
1. Makes it more generic
2. Makes it more obvious this is "bluetooth only" functionality (like the
breakout for SRTP data).

Basically the BT dissectors setup a conversation through bt_add_address() and
then the RTP dissector has the necessary data in its conversation to identify
BT as a "parent" dissector.  Upon futher review, you may still need a "parent
dissector handle" in the RTP codec structure.


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