aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-10-19 22:43:38 +0000
committerGerald Combs <gerald@wireshark.org>2006-10-19 22:43:38 +0000
commit99d5c5e440d958d3ee403965b32b2e98a288acb6 (patch)
tree524aa5c409370eb73d2e88cd9b66fa347696e677 /tshark.c
parented69c761c829e25f0fd79d00d6d3879619e30d01 (diff)
Rename get_epan_and_portaudio_version_info() to get_gui_compiled_info()
and add version info for AirPcap. Add a corresponding get_gui_runtime_info(). Fix up whitespace. svn path=/trunk/; revision=19620
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tshark.c b/tshark.c
index c877b119b9..79188bd7d6 100644
--- a/tshark.c
+++ b/tshark.c
@@ -886,7 +886,7 @@ main(int argc, char *argv[])
/* Assemble the run-time version information string */
runtime_info_str = g_string_new("Running ");
- get_runtime_version_info(runtime_info_str);
+ get_runtime_version_info(runtime_info_str, NULL);
/* Print format defaults to this. */
print_format = PR_FMT_TEXT;