Skip to content

Commit

Permalink
Use HTTPS in the www.tcpdump.org URLs.
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
infrastation committed Jul 9, 2018
1 parent 2e5be50 commit 170f717
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion msdos/readme.dos
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion pcap-linktype.manmisc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions pcap.3pcap.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pcap/dlt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion pcap/nflog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion pcap_datalink.3pcap.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pcap_loop.3pcap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pcap_next_ex.3pcap
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 170f717

Please sign in to comment.