aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-07-25 22:29:02 +0000
committerGerald Combs <gerald@wireshark.org>2008-07-25 22:29:02 +0000
commitcb3022d09832902dd1d36c878ea21d72fd227086 (patch)
treeaa0bc936203ef91d61297fcccb98ea38f125db45 /dumpcap.c
parent09407457f37c2b5ee9e1f774b24e6c56ea4a482f (diff)
If we can't open open an interface in Windows, instead of talking about
specific issues (one of which no longer applies), point the user at the wiki. svn path=/trunk/; revision=25833
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c15
1 files changed, 2 insertions, 13 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 85d0140683..9476ce4044 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -1323,19 +1323,8 @@ capture_loop_open_input(capture_options *capture_opts, loop_data *ld,
"\n"
"Help can be found at:\n"
"\n"
-" http://wiki.wireshark.org/CaptureSetup\n"
-"\n"
-"64-bit Windows:\n"
-"WinPcap does not support 64-bit Windows; you will have to use some other\n"
-"tool to capture traffic, such as netcap.\n"
-"For netcap details see: http://support.microsoft.com/?id=310875\n"
-"\n"
-"Modem (PPP/WAN):\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"
-"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).",
+" http://wiki.wireshark.org/WinPcap\n"
+" http://wiki.wireshark.org/CaptureSetup\n",
capture_opts->iface);
#endif /* _WIN32 */
}