aboutsummaryrefslogtreecommitdiffstats
path: root/capture_loop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-22 01:53:54 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-22 01:53:54 +0000
commitb093cc3697db80513886c96fbd8b9b20fde41084 (patch)
treec313bf21306f1b90a9e56ce4137ddcdb2a341e01 /capture_loop.c
parent031d7beea06dab235f94a220f1f2cf5467f146b6 (diff)
Update to current reality (WinPcap 3.1) the messages shown on Windows if
a capture device open fails. svn path=/trunk/; revision=15951
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 8ed04636a6..a3c6cc45bf 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -628,13 +628,10 @@ static int capture_loop_open_input(capture_options *capture_opts, loop_data *ld,
"Please check that you have the proper interface specified.\n"
"\n"
"Note that version 3.0 of WinPcap, and earlier versions of WinPcap, don't\n"
-"support capturing on PPP/WAN interfaces in Windows NT 4.0 / 2000 / XP / Server 2003.\n"
-"\n"
-"WinPcap 3.1 has experimental support for it on Windows 2000 / XP / Server 2003,\n"
-"but has no support for it on Windows NT 4.0. WinPcap 3.1 is currently in beta,\n"
-"so using it might introduce bugs not present in WinPcap 3.0; you should report\n"
-"all problems you see to the WinPcap developers, so they can try to fix\n"
-"them before the final WinPcap 3.1 release.",
+"support capturing on PPP/WAN interfaces on Windows NT 4.0 / 2000 / XP /\n"
+"Server 2003.\n"
+"WinPcap 3.1 has support for it on Windows 2000 / XP / Server 2003, but has no\n"
+"support for it on Windows NT 4.0 or Windows Vista (Beta 1).",
simple_dialog_primary_start(), simple_dialog_primary_end(),
open_err_str);
return FALSE;