diff options
author | Gerald Combs <gerald@wireshark.org> | 2006-10-19 22:43:38 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2006-10-19 22:43:38 +0000 |
commit | 99d5c5e440d958d3ee403965b32b2e98a288acb6 (patch) | |
tree | 524aa5c409370eb73d2e88cd9b66fa347696e677 /tshark.c | |
parent | ed69c761c829e25f0fd79d00d6d3879619e30d01 (diff) | |
download | wireshark-99d5c5e440d958d3ee403965b32b2e98a288acb6.tar.gz wireshark-99d5c5e440d958d3ee403965b32b2e98a288acb6.tar.bz2 wireshark-99d5c5e440d958d3ee403965b32b2e98a288acb6.zip |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |