aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-31 21:06:48 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-31 21:06:48 +0000
commit4ff2dcfcda4ae1c84e7f3bba2caa135fde72a03b (patch)
treeea6eaf896398ea5287e81e72543d1867f69c223e /capture.c
parentbc0e186eef4ef3832a348027058a700bcaf7a7ad (diff)
Clean up the comments a bit.
svn path=/trunk/; revision=6827
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