aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2017-12-06 17:15:25 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2017-12-06 17:26:03 +0100
commit3b67275e19d04d493bb2dfc4050332fb27217b95 (patch)
treefeb08d1da2658e142701920e5b0a025bdfb86c5a
parent2e1f6cd4ac8985a4ea07b97eca9cb5f16df8defc (diff)
Use HTTPS in README
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 5d023683..2d10376e 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ CONTRIBUTING in the libpcap source tree root.
LIBPCAP 1.x.y
Now maintained by "The Tcpdump Group"
-www.tcpdump.org
+https://www.tcpdump.org
Anonymous Git is available via:
git clone git://bpf.tcpdump.org/libpcap
@@ -40,15 +40,15 @@ found at
or
- http://www.tcpdump.org/papers/bpf-usenix93.ps.Z
+ https://www.tcpdump.org/papers/bpf-usenix93.ps.Z
and a gzipped version can be found at
- http://www.tcpdump.org/papers/bpf-usenix93.ps.gz
+ https://www.tcpdump.org/papers/bpf-usenix93.ps.gz
A PDF version can be found at
- http://www.tcpdump.org/papers/bpf-usenix93.pdf
+ https://www.tcpdump.org/papers/bpf-usenix93.pdf
Although most packet capture interfaces support in-kernel filtering,
libpcap utilizes in-kernel filtering only for the BPF interface.
@@ -65,7 +65,7 @@ packetfilter interface but has been extended to accept BPF filters
(which libpcap utilizes). Also, you can add BPF filter support to
Ultrix using the kernel source and/or object patches available in:
- http://www.tcpdump.org/other/bpfext42.tar.Z
+ https://www.tcpdump.org/other/bpfext42.tar.Z
Linux, in the 2.2 kernel and later kernels, has a "Socket Filter"
mechanism that accepts BPF filters; see the README.linux file for
@@ -84,6 +84,6 @@ We've been maintaining binary compatibility between libpcap releases for
quite a while; there's no reason to tie a binary linked with libpcap to
a particular release of libpcap.
-Current versions can be found at www.tcpdump.org.
+Current versions can be found at https://www.tcpdump.org.
- The TCPdump group