aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-19 18:43:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-19 18:43:12 +0000
commitde6e49d018f3cbaa127211c77ecf2f158385269c (patch)
tree7a2417a3d23f01ebec8ab5f177e6cdc1bb527abe /capture-wpcap.c
parentfd491a8075ef5de6bb84dced3c5180b6e8fca8fb (diff)
Fix up the changes to put the Portaudio information at the end of the
version string, so the information comes out right for applications that don't use Portaudio. Get rid of an extra "with" in the version string for dumpcap. Get rid of an extra blank after the libpcap version string, and get rid of an extra newline before it. Attempt to add more compiler version information and to prettify the MSVC++ version information (both untested). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19613 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index 169ee2a957..dcbb1adef6 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -700,8 +700,6 @@ get_runtime_pcap_version(GString *str)
}
} else
g_string_append(str, "without WinPcap");
-
- /*g_string_append(str, " ");*/
}
#else /* HAVE_LIBPCAP */