URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=51d23c6959edfbf45033ba26237820fa2914ff77
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
51d23c6 by Peter Wu (peter@xxxxxxxxxxxxx):
Show codec information in About dialog
Show codec libraries in About dialog, this should give the user a clue
of what codecs are available.
SBC is already supported, Spandsp (for G.722/G.726) is work in progress.
Change-Id: Iebc4d9c9fae619a442e06c8afc780a420aa3971b
Reviewed-on: https://code.wireshark.org/review/18978
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 98efddc codecs: allow it to be used without plugins
adds 51d23c6 Show codec information in About dialog
Summary of changes:
codecs/codecs.c | 20 ++++++++++++++++++++
codecs/codecs.h | 5 +++++
debian/libwscodecs0.symbols | 1 +
ui/gtk/main.c | 2 ++
wireshark-qt.cpp | 2 ++
5 files changed, 30 insertions(+)