aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-20 16:11:39 +0100
committerAnders Broman <a.broman58@gmail.com>2019-07-20 20:50:59 +0000
commit36e1f782aa26fbaccffae5287be5a7ca0159e4ce (patch)
tree27e70147d91e45360dade239dccf11e340002dba /text2pcap.c
parent0afbedce6d14c9a687777444ade8b31feecc5e5f (diff)
epan,packaging: convert http URLs to https
Ensure that public text in error messages and dialogs point to https. Ensure that the generated PDML files include scripts over https. Change-Id: I75d42704c2bbb33b05492261b3e1d45dc6e301f9 Reviewed-on: https://code.wireshark.org/review/34027 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/text2pcap.c b/text2pcap.c
index 86e2b6fcee..902b2b8d11 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -389,7 +389,7 @@ static char tempbuf[64];
* Stuff for writing a PCap file
*/
-/* Link-layer type; see http://www.tcpdump.org/linktypes.html for details */
+/* Link-layer type; see https://www.tcpdump.org/linktypes.html for details */
static guint32 pcap_link_type = 1; /* Default is LINKTYPE_ETHERNET */
/*----------------------------------------------------------------------
@@ -1387,7 +1387,7 @@ print_usage (FILE *output)
"\n"
"Output:\n"
" -l <typenum> link-layer type number; default is 1 (Ethernet). See\n"
- " http://www.tcpdump.org/linktypes.html for a list of\n"
+ " https://www.tcpdump.org/linktypes.html for a list of\n"
" numbers. Use this option if your dump is a complete\n"
" hex dump of an encapsulated packet and you wish to\n"
" specify the exact type of encapsulation.\n"
@@ -1925,7 +1925,7 @@ clean_exit:
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4