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>
This commit is contained in:
Gerald Combs 2014-09-16 17:08:53 -07:00
parent b5296f465e
commit 175039128a
19 changed files with 45 additions and 45 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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/>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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