aboutsummaryrefslogtreecommitdiffstats
path: root/caputils
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-07-26 11:43:17 -0700
committerGuy Harris <guy@alum.mit.edu>2019-07-26 18:44:40 +0000
commit20800366ddbbb2945491120afe7265796c26bf11 (patch)
tree4b3d7cea14c9eedfcedfde41ae1046fd2f28ce58 /caputils
parent99f574aecb0115e5017fb120056117220ffed87b (diff)
HTTPS (almost) everywhere.
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'caputils')
-rw-r--r--caputils/CMakeLists.txt2
-rw-r--r--caputils/airpcap_loader.c2
-rw-r--r--caputils/capture-pcap-util-unix.c2
-rw-r--r--caputils/capture-pcap-util.c2
-rw-r--r--caputils/capture_win_ifnames.c2
-rw-r--r--caputils/capture_wpcap_packet.c2
-rw-r--r--caputils/iface_monitor.c2
-rw-r--r--caputils/ws80211_utils.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/caputils/CMakeLists.txt b/caputils/CMakeLists.txt
index e345146e27..74c9496834 100644
--- a/caputils/CMakeLists.txt
+++ b/caputils/CMakeLists.txt
@@ -85,7 +85,7 @@ CHECKAPI(
)
#
-# Editor modelines - http://www.wireshark.org/tools/modelines.html
+# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 8
diff --git a/caputils/airpcap_loader.c b/caputils/airpcap_loader.c
index bac0e012ab..104d8300ce 100644
--- a/caputils/airpcap_loader.c
+++ b/caputils/airpcap_loader.c
@@ -1217,7 +1217,7 @@ get_runtime_airpcap_version(GString *str)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/caputils/capture-pcap-util-unix.c b/caputils/capture-pcap-util-unix.c
index 384a9851bf..d827319819 100644
--- a/caputils/capture-pcap-util-unix.c
+++ b/caputils/capture-pcap-util-unix.c
@@ -557,7 +557,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
diff --git a/caputils/capture-pcap-util.c b/caputils/capture-pcap-util.c
index 74f5b1ce03..1365e9e428 100644
--- a/caputils/capture-pcap-util.c
+++ b/caputils/capture-pcap-util.c
@@ -1608,7 +1608,7 @@ open_capture_device(capture_options *capture_opts,
#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
diff --git a/caputils/capture_win_ifnames.c b/caputils/capture_win_ifnames.c
index f61e098fde..786d11a264 100644
--- a/caputils/capture_win_ifnames.c
+++ b/caputils/capture_win_ifnames.c
@@ -258,7 +258,7 @@ get_windows_interface_friendly_name(const char *interface_devicename)
#endif
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
diff --git a/caputils/capture_wpcap_packet.c b/caputils/capture_wpcap_packet.c
index 89cbf99643..9709de1e9b 100644
--- a/caputils/capture_wpcap_packet.c
+++ b/caputils/capture_wpcap_packet.c
@@ -258,7 +258,7 @@ wpcap_packet_load(void)
#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: 4
diff --git a/caputils/iface_monitor.c b/caputils/iface_monitor.c
index 28ab3c1925..fb04044d2f 100644
--- a/caputils/iface_monitor.c
+++ b/caputils/iface_monitor.c
@@ -379,7 +379,7 @@ iface_mon_event(void)
#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: 4
diff --git a/caputils/ws80211_utils.c b/caputils/ws80211_utils.c
index fbd9349f6e..1835052a97 100644
--- a/caputils/ws80211_utils.c
+++ b/caputils/ws80211_utils.c
@@ -1262,7 +1262,7 @@ void ws80211_free_interfaces(GArray *interfaces)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8