aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-31 21:06:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-31 21:06:48 +0000
commit3ade4086f208a1d6f5f569236ae2bf4de8b3b190 (patch)
treeea6eaf896398ea5287e81e72543d1867f69c223e /capture.c
parentcb0ca31e45c95147b5b706002274789f3c128876 (diff)
Clean up the comments a bit.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6827 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 4c0973dc91..b5c443ebcc 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.199 2002/12/29 01:25:01 guy Exp $
+ * $Id: capture.c,v 1.200 2002/12/31 21:06:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1468,8 +1468,9 @@ capture(gboolean *stats_known, struct pcap_stat *stats)
open_err_str);
if (pch == NULL) {
+ /* We couldn't open "cfile.iface" as a network device. */
#ifdef _WIN32
- /* Well, we couldn't start the capture.
+ /* On Windows, we don't support capturing on pipes, so we give up.
If this is a child process that does the capturing in sync
mode or fork mode, it shouldn't do any UI stuff until we pop up the
capture-progress window, and, since we couldn't start the