Michael Mann
changed
bug 7893
What |
Removed |
Added |
Attachment #11595 is obsolete |
|
1
|
Comment # 53
on bug 7893
from Michael Mann
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.