aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-03-10 10:46:50 -0700
committerGerald Combs <gerald@wireshark.org>2015-03-10 19:30:50 +0000
commitcac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch)
tree7c96252e392c297c813265f031ecf637bde7f623 /wiretap/pcapng.c
parent7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff)
Change a lot of http:// URLs to https://.
Most of our sites are now HTTPS-only. Update URLs accordingly. Update other URLs while we're at it. Remove or comment out dead links. Change-Id: I7c4f323e6585d22760bb90bf28fc0faa6b893a33 Reviewed-on: https://code.wireshark.org/review/7621 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'wiretap/pcapng.c')
-rw-r--r--wiretap/pcapng.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index fe2b980bb6..e47244b042 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -22,9 +22,11 @@
*/
/* File format reference:
- * http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html
+ * https://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html
+ * File format specification:
+ * https://github.com/pcapng/pcapng
* Related Wiki page:
- * http://wiki.wireshark.org/Development/PcapNg
+ * https://wiki.wireshark.org/Development/PcapNg
*/
#include "config.h"
@@ -3838,7 +3840,7 @@ int pcapng_dump_can_write_encap(int wtap_encap)
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4