diff options
author | Gerald Combs <gerald@wireshark.org> | 2015-03-10 10:46:50 -0700 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2015-03-10 19:30:50 +0000 |
commit | cac102eee3db8d498b1e2d91ee2b49cfe4f531e4 (patch) | |
tree | 7c96252e392c297c813265f031ecf637bde7f623 /tshark.c | |
parent | 7f61e90eebddb7244c66bf94c970a5fd44781cb2 (diff) | |
download | wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.tar.gz wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.tar.bz2 wireshark-cac102eee3db8d498b1e2d91ee2b49cfe4f531e4.zip |
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 'tshark.c')
-rw-r--r-- | tshark.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1473,7 +1473,7 @@ DIAG_ON(cast-qual) case 'h': /* Print help and exit */ printf("TShark (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; @@ -2136,7 +2136,7 @@ DIAG_ON(cast-qual) "Sorry, but TShark has to terminate now.\n" "\n" "More information and workarounds can be found at\n" - "http://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); + "https://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); err = ENOMEM; } ENDTRY; @@ -2566,7 +2566,7 @@ capture(void) "Sorry, but TShark has to terminate now.\n" "\n" "More information and workarounds can be found at\n" - "http://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); + "https://wiki.wireshark.org/KnownBugs/OutOfMemory\n"); exit(1); } ENDTRY; @@ -4381,7 +4381,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 |