Skip to content

Commit

Permalink
Use more HTTPS in URLs
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fxlb committed Jan 19, 2020
1 parent 9a50834 commit e97a651
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- cinst winflexbison
- win_flex --version
- win_bison --version
- appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
- appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
- appveyor DownloadFile https://nmap.org/npcap/dist/npcap-sdk-0.1.zip
- 7z x .\npcap-sdk-0.1.zip -oc:\projects\libpcap\Win32
Expand Down
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Sunday, June 24, 2018, by [email protected]
Make VLAN filter handle both metadata and inline tags
D-Bus captures can now be up to 128MB in size
Added LORATAP DLT value
Added DLT_VSOCK for http://qemu-project.org/Features/VirtioVsock
Added DLT_VSOCK for https://qemu-project.org/Features/VirtioVsock
probe_devices() fixes not to overrun buffer for name of device
Add linux-specific pcap_set_protocol_linux() to allow specifying a specific capture protocol.
RDMA sniffing support for pcap
Expand Down Expand Up @@ -369,7 +369,7 @@ Summary for 1.2 libpcap release
Noted real nature of LINKTYPE_ARCNET.
Add a link-layer type for DVB-CI.
Fix configure-script discovery of VLAN acceleration support.
see http://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
see https://netoptimizer.blogspot.com/2010/09/tcpdump-vs-vlan-tags.html
Linux, HP-UX, AIX, NetBSD and OpenBSD compilation/conflict fixes.
Protect against including AIX 5.x's <net/bpf.h> having been included.
Add DLT_DBUS, for raw D-Bus messages.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@ add_subdirectory(testprogs)
#
# See
#
# http://public.kitware.com/pipermail/cmake/2013-August/055510.html
# https://public.kitware.com/pipermail/cmake/2013-August/055510.html
#
add_custom_target(SerializeTarget
DEPENDS
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ You will need either Bison, Berkeley YACC, or a version of YACC
compatible with them (if any exist), to build libpcap. The configure
script will abort if there isn't any such program. If you don't have
any such program, the current version of Bison can be found at
http://ftp.gnu.org/gnu/bison/ and the current version of Berkeley YACC
can be found at http://invisible-island.net/byacc/.
https://ftp.gnu.org/gnu/bison/ and the current version of Berkeley YACC
can be found at https://invisible-island.net/byacc/.

Sometimes the stock C compiler does not interact well with Flex and
Bison. The list of problems includes undefined references for alloca.
Expand Down Expand Up @@ -221,7 +221,7 @@ a Sun4, your version of Bison is broken. In any case version 1.16 or
higher is recommended (1.14 is known to cause problems 1.16 is known to
work). Either pick up a current version from:

http://ftp.gnu.org/gnu/bison/
https://ftp.gnu.org/gnu/bison/

or hack around it by inserting the lines:

Expand Down
2 changes: 1 addition & 1 deletion Win32/Prj/wpcap.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="4.0" xmlns="https://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="..\..\bpf_dump.c">
<Filter>Source Files</Filter>
Expand Down
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 +1173,7 @@ path to pkg-config.
_PKG_TEXT
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
To get pkg-config, see <https://pkg-config.freedesktop.org/>.])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dnl
#
# See
#
# http://ftp.gnu.org/gnu/config/README
# https://ftp.gnu.org/gnu/config/README
#
# for the URLs to use to fetch new versions of config.guess and
# config.sub.
Expand Down
2 changes: 1 addition & 1 deletion dlpisubs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions doc/README.dag
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The following instructions apply if you have a Linux or FreeBSD platform and
want libpcap to support the DAG range of passive network monitoring cards from
Endace (http://www.endace.com, see below for further contact details).
Endace (https://www.endace.com, see below for further contact details).

1) Install and build the DAG software distribution by following the
instructions supplied with that package. Current Endace customers can download
Expand Down Expand Up @@ -117,6 +117,6 @@ Please submit bug reports via <[email protected]>.

Please also visit our Web site at:

http://www.endace.com/
https://www.endace.com/

For more information about Endace DAG cards contact <[email protected]>.
6 changes: 3 additions & 3 deletions doc/README.hpux
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Note that packet-capture programs such as tcpdump may, on HP-UX, not be
able to see packets sent from the machine on which they're running.
Some articles on groups.google.com discussing this are:

http://groups.google.com/groups?selm=82ld3v%2480i%241%40mamenchi.zrz.TU-Berlin.DE
https://groups.google.com/groups?selm=82ld3v%2480i%241%40mamenchi.zrz.TU-Berlin.DE

which says:

Expand Down Expand Up @@ -69,7 +69,7 @@ which says:

and

http://groups.google.com/groups?selm=38AA973E.96BE7DF7%40cc.uit.no
https://groups.google.com/groups?selm=38AA973E.96BE7DF7%40cc.uit.no

which says:

Expand Down Expand Up @@ -118,7 +118,7 @@ And another message to [email protected], from Rick Jones:

Another posting:

http://groups.google.com/groups?selm=7d6gvn%24b3%241%40ocean.cup.hp.com
https://groups.google.com/groups?selm=7d6gvn%24b3%241%40ocean.cup.hp.com

indicates that you need to install the optional STREAMS product to do
captures on HP-UX 9.x:
Expand Down
2 changes: 1 addition & 1 deletion doc/README.septel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The following instructions apply if you have a Linux platform and want
libpcap to support the Septel range of passive network monitoring cards
from Intel (http://www.intel.com)
from Intel (https://www.intel.com)

1) Install and build the Septel software distribution by following the
instructions supplied with that package.
Expand Down
2 changes: 1 addition & 1 deletion doc/README.sita
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ product, but the infrastructure for that isn't yet available.

The following instructions apply if you have a Linux platform and want
libpcap to support the 'ACN' WAN/LAN router product from SITA
(http://www.sita.aero)
(https://www.sita.aero)

This might also work on non-Linux Unix-compatible platforms, but that
has not been tested.
Expand Down
8 changes: 4 additions & 4 deletions msdos/readme.dos
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Note for djgpp users:
If you got the libpcap from the official site www.tcpdump, then that
distribution does NOT contain any sources for building 32-bit drivers.
Instead get the full version at
http://www.watt-32.net/pcap/libpcap.zip
https://www.watt-32.net/pcap/libpcap.zip

and set "USE_32BIT_DRIVERS = 1" in msdos\common.dj.

Expand All @@ -51,12 +51,12 @@ The following packages and tools must be present for all targets.
receive network data. It's mostly used to access the 'hosts'
file and other <netdb.h> features. Get 'watt32s*.zip' at:

http://www.watt-32.net
https://www.watt-32.net

2. Exception handler and disassember library (libexc.a) is needed if
"USE_EXCEPT = 1" in common.dj. Available at:

http://www.watt-32.net/misc/exc_dx07.zip
https://www.watt-32.net/misc/exc_dx07.zip

3. Flex & Bison is used to generate parser for the filter handler
pcap_compile:
Expand All @@ -65,7 +65,7 @@ The following packages and tools must be present for all targets.

4. NASM assembler v 0.98 or later is required when building djgpp and
Watcom targets:
http://www.nasm.us/
https://www.nasm.us/

5. sed (Stream Editor) is required for doing `make depend'.
It's available at:
Expand Down
2 changes: 1 addition & 1 deletion optimize.c
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ dot_dump_edge(struct icode *ic, struct block *block, FILE *out)
"block1":sw -> "block3":n [label="F"];
}
*
* After install graphviz on http://www.graphviz.org/, save it as bpf.dot
* After install graphviz on https://www.graphviz.org/, save it as bpf.dot
* and run `dot -Tpng -O bpf.dot' to draw the graph.
*/
static int
Expand Down
2 changes: 1 addition & 1 deletion org.tcpdump.chmod_bpf.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
Expand Down
28 changes: 14 additions & 14 deletions pcap-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
/*
* Link types requested by Gregor Maier <[email protected]> of Endace
* Measurement Systems. They add an ERF header (see
* http://www.endace.com/support/EndaceRecordFormat.pdf) in front of
* https://www.endace.com/support/EndaceRecordFormat.pdf) in front of
* the link-layer header.
*/
#define LINKTYPE_ERF_ETH 175 /* Ethernet */
Expand Down Expand Up @@ -495,7 +495,7 @@

/*
* Various link-layer types, with a pseudo-header, for SITA
* (http://www.sita.aero/); requested by Fulko Hew ([email protected]).
* (https://www.sita.aero/); requested by Fulko Hew ([email protected]).
*/
#define LINKTYPE_SITA 196

Expand Down Expand Up @@ -607,7 +607,7 @@

/*
* Media Oriented Systems Transport (MOST) bus for multimedia
* transport - http://www.mostcooperation.com/ - as requested
* transport - https://www.mostcooperation.com/ - as requested
* by Hannes Kaelber <[email protected]>.
*/
#define LINKTYPE_MOST 211
Expand Down Expand Up @@ -793,16 +793,16 @@
/*
* Raw D-Bus:
*
* http://www.freedesktop.org/wiki/Software/dbus
* https://www.freedesktop.org/wiki/Software/dbus
*
* messages:
*
* http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages
* https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages
*
* starting with the endianness flag, followed by the message type, etc.,
* but without the authentication handshake before the message sequence:
*
* http://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
* https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol
*
* Requested by Martin Vidner <[email protected]>.
*/
Expand All @@ -820,7 +820,7 @@
* DVB-CI (DVB Common Interface for communication between a PC Card
* module and a DVB receiver). See
*
* http://www.kaiser.cx/pcap-dvbci.html
* https://www.kaiser.cx/pcap-dvbci.html
*
* for the specification.
*
Expand Down Expand Up @@ -1078,9 +1078,9 @@

/*
* per: Stefanha at gmail.com for
* http://lists.sandelman.ca/pipermail/tcpdump-workers/2017-May/000772.html
* https://lists.sandelman.ca/pipermail/tcpdump-workers/2017-May/000772.html
* and: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/vsockmon.h
* for: http://qemu-project.org/Features/VirtioVsock
* for: https://qemu-project.org/Features/VirtioVsock
*/
#define LINKTYPE_VSOCK 271

Expand All @@ -1092,7 +1092,7 @@
/*
* Excentis DOCSIS 3.1 RF sniffer (XRA-31)
* per: bruno.verstuyft at excentis.com
* http://www.xra31.com/xra-header
* https://www.xra31.com/xra-header
*/
#define LINKTYPE_DOCSIS31_XRA31 273

Expand Down Expand Up @@ -1135,15 +1135,15 @@
* by a PCIe Card for interfacing high speed automotive interfaces.
*
* The specification for this frame format can be found at:
* http://www.elektrobit.com/ebhscr
* https://www.elektrobit.com/ebhscr
*
* for Guenter.Ebermann at elektrobit.com
*
*/
#define LINKTYPE_EBHSCR 279

/*
* The http://fd.io vpp graph dispatch tracer produces pcap trace files
* The https://fd.io vpp graph dispatch tracer produces pcap trace files
* in the format documented here:
* https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/developers/vnet.html#graph-dispatcher-pcap-tracing
*/
Expand Down Expand Up @@ -1171,8 +1171,8 @@

/*
* Payload of lawful intercept packets using the ELEE protocol;
* http://socket.hr/draft-dfranusic-opsawg-elee-00.xml
* http://xml2rfc.tools.ietf.org/cgi-bin/xml2rfc.cgi?url=http://socket.hr/draft-dfranusic-opsawg-elee-00.xml&modeAsFormat=html/ascii
* https://socket.hr/draft-dfranusic-opsawg-elee-00.xml
* https://xml2rfc.tools.ietf.org/cgi-bin/xml2rfc.cgi?url=https://socket.hr/draft-dfranusic-opsawg-elee-00.xml&modeAsFormat=html/ascii
*/
#define LINKTYPE_ELEE 286

Expand Down
2 changes: 1 addition & 1 deletion pcap-int.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern "C" {
* 1) big enough for maximum-size Linux loopback packets (65549)
* and some USB packets captured with USBPcap:
*
* http://desowin.org/usbpcap/
* https://desowin.org/usbpcap/
*
* (> 131072, < 262144)
*
Expand Down
2 changes: 1 addition & 1 deletion pcap-linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2961,7 +2961,7 @@ static void map_arphrd_to_dlt(pcap_t *handle, int sock_fd, int arptype,
* Back in 2002, Donald Lee at Cray wanted a DLT_ for
* IP-over-FC:
*
* http://www.mail-archive.com/[email protected]/msg01043.html
* https://www.mail-archive.com/[email protected]/msg01043.html
*
* and one was assigned.
*
Expand Down
2 changes: 1 addition & 1 deletion pcap-npf.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ pcap_stats_npf(pcap_t *p, struct pcap_stat *ps)
* have an API that returns data in a form like the Options section of a
* pcapng Interface Statistics Block:
*
* http://xml2rfc.tools.ietf.org/cgi-bin/xml2rfc.cgi?url=https://raw.githubusercontent.com/pcapng/pcapng/master/draft-tuexen-opsawg-pcapng.xml&modeAsFormat=html/ascii&type=ascii#rfc.section.4.6
* https://xml2rfc.tools.ietf.org/cgi-bin/xml2rfc.cgi?url=https://raw.githubusercontent.com/pcapng/pcapng/master/draft-tuexen-opsawg-pcapng.xml&modeAsFormat=html/ascii&type=ascii#rfc.section.4.6
*
* which would let us add new statistics straightforwardly and indicate which
* statistics we are and are *not* providing, rather than having to provide
Expand Down
2 changes: 1 addition & 1 deletion pcap/compiler-tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/*
* This was introduced by Clang:
*
* http://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
* https://clang.llvm.org/docs/LanguageExtensions.html#has-attribute
*
* in some version (which version?); it has been picked up by GCC 5.0.
*/
Expand Down
Loading

0 comments on commit e97a651

Please sign in to comment.