summaryrefslogtreecommitdiff
path: root/msdos
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 /msdos
parent9a50834fdea67471bebb1df511ca3664e0ee56e6 (diff)
downloadlibpcap-e97a651aff28c4bae6696958afbb94f88d80645b.tar.gz
Use more HTTPS in URLs
[skip ci]
Diffstat (limited to 'msdos')
-rw-r--r--msdos/readme.dos8
1 files changed, 4 insertions, 4 deletions
diff --git a/msdos/readme.dos b/msdos/readme.dos
index b95483fc..ec056dd0 100644
--- a/msdos/readme.dos
+++ b/msdos/readme.dos
@@ -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.
@@ -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:
@@ -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: