summaryrefslogtreecommitdiff
path: root/dlpisubs.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-01-19 09:30:00 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-01-19 09:33:18 +0100
commite97a651aff28c4bae6696958afbb94f88d80645b (patch)
tree46dc0491f4f8fe95446adf24c03ea3265bf6b945 /dlpisubs.c
parent9a50834fdea67471bebb1df511ca3664e0ee56e6 (diff)
downloadlibpcap-e97a651aff28c4bae6696958afbb94f88d80645b.tar.gz
Use more HTTPS in URLs
[skip ci]
Diffstat (limited to 'dlpisubs.c')
-rw-r--r--dlpisubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlpisubs.c b/dlpisubs.c
index 87d45b9e..2ef09315 100644
--- a/dlpisubs.c
+++ b/dlpisubs.c
@@ -289,7 +289,7 @@ pcap_process_mactype(pcap_t *p, u_int mactype)
* XXX - DL_IPNET devices default to "raw IP" rather than
* "IPNET header"; see
*
- * http://seclists.org/tcpdump/2009/q1/202
+ * https://seclists.org/tcpdump/2009/q1/202
*
* We'd have to do DL_IOC_IPNET_INFO to enable getting
* the IPNET header.