From cac102eee3db8d498b1e2d91ee2b49cfe4f531e4 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 10 Mar 2015 10:46:50 -0700 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs --- tfshark.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tfshark.c') diff --git a/tfshark.c b/tfshark.c index ddf9e6695a..f3d892a31b 100644 --- a/tfshark.c +++ b/tfshark.c @@ -1158,7 +1158,7 @@ DIAG_ON(cast-qual) case 'h': /* Print help and exit */ printf("TFShark (Wireshark) %s\n" "Dump and analyze network traffic.\n" - "See http://www.wireshark.org for more information.\n", + "See https://www.wireshark.org for more information.\n", get_ws_vcs_version_info()); print_usage(stdout); return 0; @@ -1508,7 +1508,7 @@ DIAG_ON(cast-qual) "Sorry, but TFShark has to terminate now!\n" "\n" "Some infos / workarounds can be found at:\n" - "http://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); + "https://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); err = ENOMEM; } ENDTRY; @@ -2823,7 +2823,7 @@ failure_message_cont(const char *msg_format, va_list ap) } /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 2 -- cgit v1.2.3