aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-11-29 00:58:40 +0100
committerPeter Wu <peter@lekensteyn.nl>2016-12-04 17:29:24 +0000
commit51d23c6959edfbf45033ba26237820fa2914ff77 (patch)
tree7f1b21fcf2f17529a25107a591726213ffa7a728 /ui/gtk/main.c
parent98efddc6c26313809b6f9326f09f76c390d21676 (diff)
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@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'ui/gtk/main.c')
-rw-r--r--ui/gtk/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/main.c b/ui/gtk/main.c
index eae76e4d47..041428099d 100644
--- a/ui/gtk/main.c
+++ b/ui/gtk/main.c
@@ -1875,6 +1875,8 @@ get_gui_compiled_info(GString *str)
#else
g_string_append(str, "without AirPcap");
#endif
+
+ codec_get_compiled_version_info(str);
}
void