From Mike Morrin:
[obnox/wireshark/wip.git] / capture_errs.c
index ba311dfb2baa5fcc5968977a134615cab78f6259..d79b6b86ed834d50448583c12c5f978b4a5cdb81 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
 
 #ifdef HAVE_LIBPCAP
 
+#include <glib.h>
+
 #include "capture_errs.h"
 
 #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)
 {
@@ -45,11 +51,11 @@ cant_load_winpcap_err(const char *app_name)
 "\n"
 "or the mirror at\n"
 "\n"
-"        http://winpcap.mirror.ethereal.com/\n"
+"        http://www.mirrors.wiretapped.net/security/packet-capture/winpcap/\n"
 "\n"
 "or the mirror at\n"
 "\n"
-"        http://www.mirrors.wiretapped.net/security/packet-capture/winpcap/\n"
+"        http://winpcap.cs.pu.edu.tw/\n"
 "\n"
 "for a downloadable version of WinPcap and for instructions on how to install\n"
 "WinPcap.",