From 51d23c6959edfbf45033ba26237820fa2914ff77 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 29 Nov 2016 00:58:40 +0100 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Peter Wu --- wireshark-qt.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wireshark-qt.cpp') diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp index 3fa5fad9f9..0cc8664140 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -216,6 +216,8 @@ get_gui_compiled_info(GString *str) #else g_string_append(str, "without AirPcap"); #endif + + codec_get_compiled_version_info(str); } // xxx copied from ../gtk/main.c -- cgit v1.2.1