aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-14 08:36:41 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-14 08:36:41 +0000
commit364ec7fa0535398c16f9a14ba3cb392b08461123 (patch)
treeb9b5066492f74fb4f139feb7f85353000eb8420e /capture.c
parent78871aef3aa5f3f3157709661dd1c309a30cb731 (diff)
PPP/WAN captures work on Windows 9x, so speak of them not working only
on NT/2000. Refer to Tethereal, not to Ethereal, in the long explanations of capture problems in Tethereal. svn path=/trunk/; revision=2270
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 c3efeb2580..dc8beb7b9c 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.118 2000/08/13 08:17:02 guy Exp $
+ * $Id: capture.c,v 1.119 2000/08/14 08:36:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -1025,7 +1025,8 @@ capture(void)
"Please check that you have the proper interface specified.\n"
"\n"
"Note that the driver Ethereal uses for packet capture on Windows\n"
- "doesn't support capturing on Token Ring or PPP/WAN interfaces.\n",
+ "doesn't support capturing on Token Ring interfaces, and doesn't\n"
+ "support capturing on PPP/WAN interfaces in Windows NT/2000.\n",
err_str);
goto error;
#else