aboutsummaryrefslogtreecommitdiffstats
path: root/caputils/capture-wpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-10 10:46:50 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-10 19:30:50 +0000
commitcac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch)
tree7c96252e392c297c813265f031ecf637bde7f623 /caputils/capture-wpcap.c
parent7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff)
Change a lot of http:// URLs to https://.
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'caputils/capture-wpcap.c')
-rw-r--r--caputils/capture-wpcap.c16
1 files changed, 4 insertions, 12 deletions
diff --git a/caputils/capture-wpcap.c b/caputils/capture-wpcap.c
index 6e60dfa48d..3342276569 100644
--- a/caputils/capture-wpcap.c
+++ b/caputils/capture-wpcap.c
@@ -231,7 +231,7 @@ load_wpcap(void)
/*
* The official list of WinPcap mirrors is at
- * http://www.winpcap.org/misc/mirrors.htm
+ * https://www.winpcap.org/misc/mirrors.htm
*/
char *
cant_load_winpcap_err(const char *app_name)
@@ -242,15 +242,7 @@ cant_load_winpcap_err(const char *app_name)
"\n"
"In order to capture packets, WinPcap must be installed; see\n"
"\n"
-" http://www.winpcap.org/\n"
-"\n"
-"or the mirror at\n"
-"\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"
+" https://www.winpcap.org/\n"
"\n"
"for a downloadable version of WinPcap and for instructions on how to install\n"
"WinPcap.",
@@ -741,7 +733,7 @@ get_interface_list(int *err, char **err_str)
* PacketGetAdapterNames. According to the documentation
* I could find:
*
- * http://www.winpcap.org/docs/man/html/Packet32_8c.html#a43
+ * https://www.winpcap.org/docs/man/html/Packet32_8c.html#a43
*
* this means that:
*
@@ -990,7 +982,7 @@ get_runtime_caplibs_version(GString *str _U_)
#endif /* HAVE_LIBPCAP */
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8