summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
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 /wireshark-qt.cpp
parent98efddc6c26313809b6f9326f09f76c390d21676 (diff)
downloadwireshark-51d23c6959edfbf45033ba26237820fa2914ff77.tar.gz
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 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 2 insertions, 0 deletions
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