From 175039128a10b083bcc20af88531b38709423964 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 16 Sep 2014 17:08:53 -0700 Subject: [PATCH] Update the doc directory to use https://www.wireshark.org. Change-Id: I9bfc57cb6b6ab6962b80ff58d98eb351d6f69829 Reviewed-on: https://code.wireshark.org/review/4140 Reviewed-by: Gerald Combs --- doc/README.developer | 4 ++-- doc/README.dissector | 8 ++++---- doc/README.idl2wrs | 2 +- doc/README.packaging | 8 ++++---- doc/README.wmem | 2 +- doc/capinfos.pod | 6 +++--- doc/captype.pod | 6 +++--- doc/dfilter2pod.pl | 2 +- doc/dumpcap.pod | 4 ++-- doc/editcap.pod | 6 +++--- doc/idl2wrs.pod | 2 +- doc/mergecap.pod | 6 +++--- doc/packet-PROTOABBREV.c | 2 +- doc/rawshark.pod | 4 ++-- doc/reordercap.pod | 6 +++--- doc/text2pcap.pod | 2 +- doc/tshark.pod | 6 +++--- doc/wireshark-filter.pod | 8 ++++---- doc/wireshark.pod.template | 6 +++--- 19 files changed, 45 insertions(+), 45 deletions(-) diff --git a/doc/README.developer b/doc/README.developer index 7c4f310207..3dbcdff3e7 100644 --- a/doc/README.developer +++ b/doc/README.developer @@ -19,7 +19,7 @@ build toolkit". How to setup such an environment is platform dependent; detailed information about these steps can be found in the "Developer's Guide" (available from: -http://www.wireshark.org) and in the INSTALL and README files of the sources +https://www.wireshark.org) and in the INSTALL and README files of the sources root dir. 0.1. General README files. @@ -716,7 +716,7 @@ The compiler flags in the Makefiles are set to "treat warnings as errors", so your code won't even compile when warnings occur. /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 4 diff --git a/doc/README.dissector b/doc/README.dissector index f49f475d3b..2495c918de 100644 --- a/doc/README.dissector +++ b/doc/README.dissector @@ -18,7 +18,7 @@ build toolkit". How to setup such an environment is platform dependent; detailed information about these steps can be found in the "Developer's Guide" (available from: -http://www.wireshark.org) and in the INSTALL and README files of the sources +https://www.wireshark.org) and in the INSTALL and README files of the sources root dir. 0.1. Dissector related README files. @@ -2066,7 +2066,7 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt 1.9 Using the git source code tree. - See + See 1.10 Submitting code for your new dissector. @@ -2094,7 +2094,7 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt - Subscribe to by sending an email to or visiting - . + . - 'git diff' to verify all your changes look good. @@ -3160,7 +3160,7 @@ correctly, building or updating whatever state information is necessary, in either case. /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 4 diff --git a/doc/README.idl2wrs b/doc/README.idl2wrs index 4e6db56d6f..af899b0f16 100644 --- a/doc/README.idl2wrs +++ b/doc/README.idl2wrs @@ -35,7 +35,7 @@ a CORBA class when teaching students how CORBA traffic looks like "on the wire". It is also COOL to work on a great Open Source project such as -the case with "Wireshark" (http://www.wireshark.org) +the case with "Wireshark" (https://www.wireshark.org) How to use idl2wrs diff --git a/doc/README.packaging b/doc/README.packaging index 5a6b999826..6446fe1fda 100644 --- a/doc/README.packaging +++ b/doc/README.packaging @@ -5,18 +5,18 @@ package containing Wireshark: 1.1. Wireshark web site. -The Wireshark web site URL is http://www.wireshark.org/ . +The Wireshark web site URL is https://www.wireshark.org/ . 1.2. Wireshark releases. The canonical location for every Wireshark source release is - http://www.wireshark.org/download/src/all-versions/, e.g. + https://www.wireshark.org/download/src/all-versions/, e.g. - http://www.wireshark.org/download/src/all-versions/wireshark-0.99.55.tar.bz2 + https://www.wireshark.org/download/src/all-versions/wireshark-0.99.55.tar.bz2 If your packaging system downloads a copy of the Wireshark sources, use -this location. Don't use http://www.wireshark.org/download/src. +this location. Don't use https://www.wireshark.org/download/src. 1.3. Artwork. diff --git a/doc/README.wmem b/doc/README.wmem index 833a393b8c..444fc26c7a 100644 --- a/doc/README.wmem +++ b/doc/README.wmem @@ -350,7 +350,7 @@ The test suite could potentially use a clean-up by someone more intimately familiar with Glib's testing framework, but it does the job. /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 4 diff --git a/doc/capinfos.pod b/doc/capinfos.pod index c3247414bd..94a217d014 100644 --- a/doc/capinfos.pod +++ b/doc/capinfos.pod @@ -63,7 +63,7 @@ supported by B. The input files don't need a specific filename extension; the file format and an optional gzip compression will be automatically detected. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -342,10 +342,10 @@ dumpcap(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/captype.pod b/doc/captype.pod index fe6da2f97c..d5ea7cd0bd 100644 --- a/doc/captype.pod +++ b/doc/captype.pod @@ -19,7 +19,7 @@ supported by B. The input files don't need a specific filename extension; the file format and an optional gzip compression will be automatically detected. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -31,10 +31,10 @@ dumpcap(1), capinfos(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/dfilter2pod.pl b/doc/dfilter2pod.pl index 32ada7d6d4..4c08a259c9 100755 --- a/doc/dfilter2pod.pl +++ b/doc/dfilter2pod.pl @@ -70,7 +70,7 @@ getopts('e'); if ($opt_e) { $proto_abbrev{'Unable to generate filter documentation'} = - 'Please refer to http://www.wireshark.org/docs/dfref/'; + 'Please refer to https://www.wireshark.org/docs/dfref/'; printf STDERR "Creating empty filter list.\n"; } else { # Read all the data into memory diff --git a/doc/dumpcap.pod b/doc/dumpcap.pod index 42e5d54f42..cabbdbbe4a 100644 --- a/doc/dumpcap.pod +++ b/doc/dumpcap.pod @@ -360,10 +360,10 @@ pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/editcap.pod b/doc/editcap.pod index c9b7ee32fe..f8efcb774d 100644 --- a/doc/editcap.pod +++ b/doc/editcap.pod @@ -62,7 +62,7 @@ are supported by B. The input file doesn't need a specific filename extension; the file format and an optional gzip compression will be automatically detected. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -392,10 +392,10 @@ text2pcap(1), od(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod index 922a7dcf83..38627ddc4e 100644 --- a/doc/idl2wrs.pod +++ b/doc/idl2wrs.pod @@ -81,7 +81,7 @@ wireshark(1), tshark(1) B (including B and B) are part of the B distribution. The latest version of B can -be found at L. +be found at L. B uses B, an IDL parser, and can be found at L diff --git a/doc/mergecap.pod b/doc/mergecap.pod index 65e75d4f6a..dd845443bb 100644 --- a/doc/mergecap.pod +++ b/doc/mergecap.pod @@ -31,7 +31,7 @@ are supported by B. The input files don't need a specific filename extension; the file format and an optional gzip compression will be automatically detected. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -147,10 +147,10 @@ B is based heavily upon B by Richard Sharpe and Guy Harris . B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/packet-PROTOABBREV.c b/doc/packet-PROTOABBREV.c index c3b926f0f2..469b5b227d 100644 --- a/doc/packet-PROTOABBREV.c +++ b/doc/packet-PROTOABBREV.c @@ -349,7 +349,7 @@ proto_reg_handoff_PROTOABBREV(void) #endif /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 4 diff --git a/doc/rawshark.pod b/doc/rawshark.pod index 838eb6911e..168443d9b6 100644 --- a/doc/rawshark.pod +++ b/doc/rawshark.pod @@ -545,10 +545,10 @@ text2pcap(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version of -B can be found at L. +B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/reordercap.pod b/doc/reordercap.pod index 50dc9b7493..19677d8243 100644 --- a/doc/reordercap.pod +++ b/doc/reordercap.pod @@ -28,7 +28,7 @@ are supported by B. The input file doesn't need a specific filename extension; the file format and an optional gzip compression will be detected automatically. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -55,13 +55,13 @@ text2pcap(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. It may make sense to move this functionality into B, or perhaps B, in which case B could be retired. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/text2pcap.pod b/doc/text2pcap.pod index 62f09ebe76..6da2334d2a 100644 --- a/doc/text2pcap.pod +++ b/doc/text2pcap.pod @@ -248,7 +248,7 @@ editcap(1), strptime(3), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. =head1 AUTHORS diff --git a/doc/tshark.pod b/doc/tshark.pod index 62e3b5e790..05f5b9700f 100644 --- a/doc/tshark.pod +++ b/doc/tshark.pod @@ -74,7 +74,7 @@ are supported by B. The input file doesn't need a specific filename extension; the file format and an optional gzip compression will be automatically detected. Near the beginning of the DESCRIPTION section of wireshark(1) or -L +L is a detailed description of the way B handles this, which is the same way B handles this. @@ -1755,10 +1755,10 @@ text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8) =head1 NOTES B is part of the B distribution. The latest version -of B can be found at L. +of B can be found at L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod index 79f1697572..536bc3bcf1 100644 --- a/doc/wireshark-filter.pod +++ b/doc/wireshark-filter.pod @@ -24,7 +24,7 @@ Filters are also used by other features such as statistics generation and packet list colorization (the latter is only available to B). This manual page describes their syntax. A comprehensive reference of filter fields can be found within Wireshark and in the display filter reference at -L. +L. =head1 FILTER SYNTAX @@ -64,7 +64,7 @@ characters, expressed as a string (quoted or unquoted), or bytes, expressed as a byte array. For example, to search for a given HTTP URL in a capture, the following filter can be used: - http contains "http://www.wireshark.org" + http contains "https://www.wireshark.org" The "contains" operator cannot be used on atomic fields, such as numbers or IP addresses. @@ -388,7 +388,7 @@ can find references and examples at the following locations: =item * -The online Display Filter Reference: L +The online Display Filter Reference: L =item * @@ -408,7 +408,7 @@ The Wireshark wiki: L The B manpage is part of the B distribution. The latest version of B can be found at -L. +L. Regular expressions in the "matches" operator are provided by GRegex in GLib. See L or L for more information. diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index d57229b1bb..0808807ba0 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -1822,7 +1822,7 @@ Display locally installed HTML versions of these manual pages in a web browser. =item Help:Wireshark Online Various links to online resources to be open in a web browser, like -L. +L. =item Help:About Wireshark @@ -2873,10 +2873,10 @@ text2pcap(1), pcap-filter(7) or tcpdump(8) =head1 NOTES The latest version of B can be found at -L. +L. HTML versions of the Wireshark project man pages are available at: -L. +L. =head1 AUTHORS