aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-27 03:00:47 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-01-27 03:00:47 +0000
commit17885e4130c6b1ba2c894af753e979b8b086d4b9 (patch)
tree2558f6d4432cee80d112e123c27128183f7019cb
parent48f70baa034003ed16ae5b32c03c58040c047a0a (diff)
Per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6765#c3, don't display "(version unknown)" anymore.
svn path=/trunk/; revision=40739
-rw-r--r--capture-pcap-util-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capture-pcap-util-unix.c b/capture-pcap-util-unix.c
index a2bbd0ff78..6018001771 100644
--- a/capture-pcap-util-unix.c
+++ b/capture-pcap-util-unix.c
@@ -353,7 +353,7 @@ get_compiled_pcap_version(GString *str)
* So, for now, we just give up on reporting the version
* of libpcap with which we were compiled.
*/
- g_string_append(str, "with libpcap (version unknown)");
+ g_string_append(str, "with libpcap");
}
/*