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

Date: Wed, 27 Mar 2013 10:15:24 +0000

changed bug 7893

What Removed Added
CC   [email protected]

Comment # 20 on bug 7893 from
(In reply to comment #19)
> [PATCH 5] RTP: Add support for SBC codec in RTP Player
> 
> It is time to ask on mailing list about handling of codecs. Any other
> solution how to do that in different ways are welcome.

The epan.c should not contain register_codec() calling for each individual
codec.
Handling should be similar to dissectors.
Each codec in epan/codecs need to contain the function codec_register_...().
Then epan/codecs/register.c should be generated (with Python script) with
register_all_codecs() method and it should be called somewhere during epan
initialization.


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