ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

Date: Mon, 24 Dec 2012 10:40:14 +0000

Comment # 17 on bug 7893 from
Created attachment 9736 [details]
[PATCH] RTP: Add support for SBC codec in RTP Player

(In reply to comment #16)
> What remains to be done here?

I want to add support for SBC codec in Wireshark RTP Player. Patch contain some
new function for RTP Player named "Uninterrupted mode", I guess it can be
committed, when I split this patch to some smaller parts. I do not have an idea
what should I do now to accept this code (without split). Any ideas?

In patch I do:
1. Move "codecs" to epan to ensure this is another way for dissecting logs (no
read text, but listen music/sound)
2. Add mentioned mode to RTP Player
3. Linking to SBC (external) library if found in system
4. Reworked codec subsystem: no hardcoded (unused?) codecs, only use dynamic
codecs, add required functionality by SBC codec (codec_get_channels,
codec_get_frequency)


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