aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--msdos/readme.dos2
-rw-r--r--pcap-linktype.manmisc.in2
-rw-r--r--pcap.3pcap.in4
-rw-r--r--pcap/dlt.h2
-rw-r--r--pcap/nflog.h2
-rw-r--r--pcap_datalink.3pcap.in2
-rw-r--r--pcap_loop.3pcap2
-rw-r--r--pcap_next_ex.3pcap2
9 files changed, 10 insertions, 10 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a3c2bd68..69b59726 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -25,5 +25,5 @@ Please note that if you know exactly how to solve the problem and the solution
would not be too intrusive, it would be best to contribute some development time
and open a pull request instead.
-Still not sure how to do? Feel free to [subscribe](http://www.tcpdump.org/#mailing-lists)
+Still not sure how to do? Feel free to [subscribe](https://www.tcpdump.org/#mailing-lists)
to the mailing list tcpdump-workers@lists.tcpdump.org and ask!
diff --git a/msdos/readme.dos b/msdos/readme.dos
index 990a2e8a..b95483fc 100644
--- a/msdos/readme.dos
+++ b/msdos/readme.dos
@@ -127,7 +127,7 @@ Follow these steps in building libpcap:
But linking the library with `tcpdump' is the ultimate test. DOS/djgpp
should now hopefully be a supported target. Get the sources at:
- http://www.tcpdump.org/
+ https://www.tcpdump.org/
or
https://github.com/the-tcpdump-group/tcpdump/
diff --git a/pcap-linktype.manmisc.in b/pcap-linktype.manmisc.in
index 7634a962..68919a78 100644
--- a/pcap-linktype.manmisc.in
+++ b/pcap-linktype.manmisc.in
@@ -43,6 +43,6 @@ The names for those values begin with
.BR LINKTYPE_ .
.PP
The link-layer header types supported by libpcap are described at
-http://www.tcpdump.org/linktypes.html.
+https://www.tcpdump.org/linktypes.html.
.SH SEE ALSO
pcap_datalink(3PCAP)
diff --git a/pcap.3pcap.in b/pcap.3pcap.in
index 4b896c52..3b356fa9 100644
--- a/pcap.3pcap.in
+++ b/pcap.3pcap.in
@@ -304,7 +304,7 @@ link-layer header whose contents can differ for different network
interfaces. To determine the format of the packets supplied by the
handle, call
.BR pcap_datalink ();
-.I http://www.tcpdump.org/linktypes.html
+.I https://www.tcpdump.org/linktypes.html
lists the values it returns and describes the packet formats that
correspond to those values.
.PP
@@ -934,7 +934,7 @@ Lawrence Berkeley National Laboratory, University of California, Berkeley, CA.
The current version is available from "The Tcpdump Group"'s Web site at
.LP
.RS
-.I http://www.tcpdump.org/
+.I https://www.tcpdump.org/
.RE
.SH BUGS
To report a security issue please send an e-mail to security@tcpdump.org.
diff --git a/pcap/dlt.h b/pcap/dlt.h
index 44c36ef8..535fd50a 100644
--- a/pcap/dlt.h
+++ b/pcap/dlt.h
@@ -50,7 +50,7 @@
*
* See
*
- * http://www.tcpdump.org/linktypes.html
+ * https://www.tcpdump.org/linktypes.html
*
* for detailed descriptions of some of these link-layer header types.
*/
diff --git a/pcap/nflog.h b/pcap/nflog.h
index fbcf70bf..f7c85b54 100644
--- a/pcap/nflog.h
+++ b/pcap/nflog.h
@@ -32,7 +32,7 @@
/*
* Structure of an NFLOG header and TLV parts, as described at
- * http://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html
+ * https://www.tcpdump.org/linktypes/LINKTYPE_NFLOG.html
*
* The NFLOG header is big-endian.
*
diff --git a/pcap_datalink.3pcap.in b/pcap_datalink.3pcap.in
index be50a649..a32f15ec 100644
--- a/pcap_datalink.3pcap.in
+++ b/pcap_datalink.3pcap.in
@@ -41,7 +41,7 @@ It must not be called on a pcap descriptor created by
that has not yet been activated by
.BR pcap_activate() .
.PP
-.I http://www.tcpdump.org/linktypes.html
+.I https://www.tcpdump.org/linktypes.html
lists the values
.B pcap_datalink()
can return and describes the packet formats that
diff --git a/pcap_loop.3pcap b/pcap_loop.3pcap
index 15ad4101..4679b46e 100644
--- a/pcap_loop.3pcap
+++ b/pcap_loop.3pcap
@@ -130,7 +130,7 @@ value also passed to
.B pcap_loop()
or
.BR pcap_dispatch() .
-.I http://www.tcpdump.org/linktypes.html
+.I https://www.tcpdump.org/linktypes.html
lists the values
.B pcap_datalink()
can return and describes the packet formats that
diff --git a/pcap_next_ex.3pcap b/pcap_next_ex.3pcap
index f975ccfd..88e83143 100644
--- a/pcap_next_ex.3pcap
+++ b/pcap_next_ex.3pcap
@@ -85,7 +85,7 @@ value also passed to
.B pcap_loop()
or
.BR pcap_dispatch() .
-.I http://www.tcpdump.org/linktypes.html
+.I https://www.tcpdump.org/linktypes.html
lists the values
.B pcap_datalink()
can return and describes the packet formats that