aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-09-16 17:08:53 -0700
committerGerald Combs <gerald@wireshark.org>2014-09-17 00:12:26 +0000
commit175039128a10b083bcc20af88531b38709423964 (patch)
treef28ef87508f5e217ac418b1587176e8aa5e9fe31
parentb5296f465e805eb8529f5856641f3b03357e8367 (diff)
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 <gerald@wireshark.org>
-rw-r--r--doc/README.developer4
-rw-r--r--doc/README.dissector8
-rw-r--r--doc/README.idl2wrs2
-rw-r--r--doc/README.packaging8
-rw-r--r--doc/README.wmem2
-rw-r--r--doc/capinfos.pod6
-rw-r--r--doc/captype.pod6
-rwxr-xr-xdoc/dfilter2pod.pl2
-rw-r--r--doc/dumpcap.pod4
-rw-r--r--doc/editcap.pod6
-rw-r--r--doc/idl2wrs.pod2
-rw-r--r--doc/mergecap.pod6
-rw-r--r--doc/packet-PROTOABBREV.c2
-rw-r--r--doc/rawshark.pod4
-rw-r--r--doc/reordercap.pod6
-rw-r--r--doc/text2pcap.pod2
-rw-r--r--doc/tshark.pod6
-rw-r--r--doc/wireshark-filter.pod8
-rw-r--r--doc/wireshark.pod.template6
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 <http://www.wireshark.org/develop.html>
+ See <https://www.wireshark.org/develop.html>
1.10 Submitting code for your new dissector.
@@ -2094,7 +2094,7 @@ to the DISSECTOR_SRC section of epan/CMakeLists.txt
- Subscribe to <mailto:wireshark-dev[AT]wireshark.org> by sending an email to
<mailto:wireshark-dev-request[AT]wireshark.org?body="help"> or visiting
- <http://www.wireshark.org/lists/>.
+ <https://www.wireshark.org/lists/>.
- '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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<Capinfos> handles this.
@@ -342,10 +342,10 @@ dumpcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
B<Capinfos> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<Capinfos> handles this.
@@ -31,10 +31,10 @@ dumpcap(1), capinfos(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
B<Captype> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Dumpcap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<Editcap> handles this.
@@ -392,10 +392,10 @@ text2pcap(1), od(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
B<Editcap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<idl2wrs> (including B<wireshark_be.py> and B<wireshark_gen.py>) are part of
the B<Wireshark> distribution. The latest version of B<Wireshark> can
-be found at L<http://www.wireshark.org>.
+be found at L<https://www.wireshark.org>.
B<idl2wrs> uses B<omniidl>, an IDL parser, and can be found at
L<http://omniorb.sourceforge.net/>
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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<Mergecap> handles this.
@@ -147,10 +147,10 @@ B<Mergecap> is based heavily upon B<editcap> by Richard Sharpe
<sharpe[AT]ns.aus.com> and Guy Harris <guy[AT]alum.mit.edu>.
B<Mergecap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Rawshark> is part of the B<Wireshark> distribution. The latest version of
-B<Wireshark> can be found at L<http://www.wireshark.org>.
+B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<reordercap> handles this.
@@ -55,13 +55,13 @@ text2pcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
B<Reordercap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
It may make sense to move this functionality into B<editcap>, or perhaps
B<mergecap>, in which case B<reordercap> could be retired.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Text2pcap> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
=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<Wireshark>.
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<http://www.wireshark.org/docs/man-pages/wireshark.html>
+L<https://www.wireshark.org/docs/man-pages/wireshark.html>
is a detailed description of the way B<Wireshark> handles this, which is
the same way B<Tshark> handles this.
@@ -1755,10 +1755,10 @@ text2pcap(1), mergecap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
B<TShark> is part of the B<Wireshark> distribution. The latest version
-of B<Wireshark> can be found at L<http://www.wireshark.org>.
+of B<Wireshark> can be found at L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=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<Wireshark>). 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<http://www.wireshark.org/docs/dfref/>.
+L<https://www.wireshark.org/docs/dfref/>.
=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<http://www.wireshark.org/docs/dfref/>
+The online Display Filter Reference: L<https://www.wireshark.org/docs/dfref/>
=item *
@@ -408,7 +408,7 @@ The Wireshark wiki: L<http://wiki.wireshark.org/DisplayFilters>
The B<wireshark-filters> manpage is part of the B<Wireshark> distribution.
The latest version of B<Wireshark> can be found at
-L<http://www.wireshark.org>.
+L<https://www.wireshark.org>.
Regular expressions in the "matches" operator are provided by GRegex in GLib.
See L<http://developer.gnome.org/glib/2.32/glib-regex-syntax.html/> or L<http://www.pcre.org/> 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<http://www.wireshark.org>.
+L<https://www.wireshark.org>.
=item Help:About Wireshark
@@ -2873,10 +2873,10 @@ text2pcap(1), pcap-filter(7) or tcpdump(8)
=head1 NOTES
The latest version of B<Wireshark> can be found at
-L<http://www.wireshark.org>.
+L<https://www.wireshark.org>.
HTML versions of the Wireshark project man pages are available at:
-L<http://www.wireshark.org/docs/man-pages>.
+L<https://www.wireshark.org/docs/man-pages>.
=head1 AUTHORS