summaryrefslogtreecommitdiff
path: root/capture_loop.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-10-04 04:23:09 +0000
committerGuy Harris <guy@alum.mit.edu>2005-10-04 04:23:09 +0000
commit9e96a03e180b61990dc688202ce33b5759dc5f53 (patch)
tree864f0860c70213acdd3ae6f4dd4e6226be8e2697 /capture_loop.c
parentd4725c127c54354823501ac734fd8e29ea0d006f (diff)
downloadwireshark-9e96a03e180b61990dc688202ce33b5759dc5f53.tar.gz
Add a note about 64-bit support in WinPcap to the capture errors on
Windows, and add the URL for the CaptureSetup page to the Tethereal error. svn path=/trunk/; revision=16103
Diffstat (limited to 'capture_loop.c')
-rw-r--r--capture_loop.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/capture_loop.c b/capture_loop.c
index 94db1578ea..ade13389c5 100644
--- a/capture_loop.c
+++ b/capture_loop.c
@@ -629,6 +629,14 @@ static int capture_loop_open_input(capture_options *capture_opts, loop_data *ld,
"\n"
"Help can be found at: http://wiki.ethereal.com/CaptureSetup\n"
"\n"
+"WinPcap does not support 64-bit Windows, so you will not be able to capture\n"
+"traffic with Tethereal on 64-bit Windows. You will have to use some other\n"
+"tool to capture traffic, such as netcap; see\n"
+"\n"
+" http://support.microsoft.com/?id=310875\n"
+"\n"
+"for information about netcap.\n"
+"\n"
"Note that version 3.0 of WinPcap, and earlier versions of WinPcap, don't\n"
"support capturing on PPP/WAN interfaces on Windows NT 4.0 / 2000 / XP /\n"
"Server 2003.\n"