From fb3d38225e6d324b2a99ceebb90f6f1081f6aabd Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Wed, 11 Nov 2015 18:19:50 +0100 Subject: Update user guide for development release Change-Id: I9b4c5ab2e98ad6daa618bcda20b53a23467e16e0 Reviewed-on: https://code.wireshark.org/review/11734 Reviewed-by: Pascal Quantin --- text2pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text2pcap.c') diff --git a/text2pcap.c b/text2pcap.c index 89a93a2cc6..ccc2a187b9 100644 --- a/text2pcap.c +++ b/text2pcap.c @@ -1564,7 +1564,7 @@ DIAG_ON(cast-qual) case 'h': printf("Text2pcap (Wireshark) %s\n" "Generate a capture file from an ASCII hexdump of packets.\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); exit(0); -- cgit v1.2.3