X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=capture-pcap-util-unix.c;h=6018001771264d40ca6207af6f5020db36eb5097;hp=a2bbd0ff78495c3c245fe41316099ea6481e1d6a;hb=dbde655a4385c6ee70c9f10d04784caf734c849f;hpb=99947b8c90bf2bc0508057016270ba3a8a697333 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"); } /*