aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark-filter.pod
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 /doc/wireshark-filter.pod
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>
Diffstat (limited to 'doc/wireshark-filter.pod')
-rw-r--r--doc/wireshark-filter.pod8
1 files changed, 4 insertions, 4 deletions
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.