Since we know the version of WinPcap we're compiling against, go ahead and display...
[obnox/wireshark/wip.git] / capture-wpcap.c
index 02622a35061f4d0e87599b9eda18157e3fbb1e6a..26a7ca169bffd02e221a501c251571f5d28f7188 100644 (file)
@@ -903,7 +903,7 @@ cant_get_if_list_error_message(const char *err_str)
 void
 get_compiled_pcap_version(GString *str)
 {
-       g_string_append(str, "with WinPcap (version unknown)");
+       g_string_append(str, "with WinPcap (" PCAP_VERSION ")");
 }
 
 /*