summaryrefslogtreecommitdiff
path: root/capture_errs.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-01-23 01:49:30 +0000
committerGerald Combs <gerald@wireshark.org>2007-01-23 01:49:30 +0000
commit9fb68e39b364e0ead990b5d9f6bd85e5382e43bf (patch)
tree5985c675339a2dc243fe7bae17652eaa1a0dfd37 /capture_errs.c
parentd9b948276b8ce1ce97bff46c8c659787262e4dd4 (diff)
downloadwireshark-9fb68e39b364e0ead990b5d9f6bd85e5382e43bf.tar.gz
Add a link to the Providence University WinPcap mirror, and a comment
linking to the WinPcap mirror page. svn path=/trunk/; revision=20528
Diffstat (limited to 'capture_errs.c')
-rw-r--r--capture_errs.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/capture_errs.c b/capture_errs.c
index 6177a2e6db..d79b6b86ed 100644
--- a/capture_errs.c
+++ b/capture_errs.c
@@ -34,6 +34,10 @@
#ifdef _WIN32
+/*
+ * The official list of WinPcap mirrors is at
+ * http://www.winpcap.org/misc/mirrors.htm
+ */
char *
cant_load_winpcap_err(const char *app_name)
{
@@ -49,6 +53,10 @@ cant_load_winpcap_err(const char *app_name)
"\n"
" http://www.mirrors.wiretapped.net/security/packet-capture/winpcap/\n"
"\n"
+"or the mirror at\n"
+"\n"
+" http://winpcap.cs.pu.edu.tw/\n"
+"\n"
"for a downloadable version of WinPcap and for instructions on how to install\n"
"WinPcap.",
app_name);