Michael Mann
changed
bug 7893
Comment # 42
on bug 7893
from Michael Mann
(In reply to comment #41)
> (In reply to comment #39)
> > 1. It appears the normal method of interfacing with the rtp dissector is to
> > register a "payload type". Does bluetooth not have an official "payload
> > type" so its dissectors have to be "hacked" in specifically?
>
> That is right. Bluetooth does not have official payload type for RTP. You
> can see that in patch and log dump. There is something like "using dynamic
> type range" by most device using random (or 0) type value. We need support
> that.
Can the byte data be used to determine this heuristically?
> If you have any other idea please show some draft, otherwise this solution
> may be applied.
I think heuristics are the better way to go and I have some ideas, especially
if packet data can be used.
> By the way: For me patch 5 is more important than 7.
Good, because I'm more familiar with dissector code than codecs and didn't
realize until I checked how separate the two patches were.
You are receiving this mail because:
- You are watching all bug changes.