summaryrefslogtreecommitdiff
path: root/doc/wireshark-filter.pod
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-11-30 17:46:09 +0000
committerGerald Combs <gerald@wireshark.org>2010-11-30 17:46:09 +0000
commit40af498b36df072af1bdb3a07f0b61c9d79b37ee (patch)
tree17d81f504b45cc9e1f73c41e9d588b72beec313d /doc/wireshark-filter.pod
parent42554659266f0c725ea855800dea251a5abe1110 (diff)
downloadwireshark-40af498b36df072af1bdb3a07f0b61c9d79b37ee.tar.gz
We don't include a comprehensive display filter reference; don't say we
do. svn path=/trunk/; revision=35079
Diffstat (limited to 'doc/wireshark-filter.pod')
-rw-r--r--doc/wireshark-filter.pod9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod
index f15bae66e2..1491014426 100644
--- a/doc/wireshark-filter.pod
+++ b/doc/wireshark-filter.pod
@@ -21,8 +21,9 @@ fields, and check the existence of specified fields or protocols.
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 and provides a comprehensive reference of
-filter fields.
+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/>.
=head1 FILTER SYNTAX
@@ -36,10 +37,6 @@ that contain a Token-Ring RIF field, use "tr.rif".
Think of a protocol or field in a filter as implicitly having the "exists"
operator.
-Note: all protocol and field names that are available in B<Wireshark> and
-B<TShark> filters are listed in the comprehensive B<FILTER PROTOCOL
-REFERENCE> (see below).
-
=head2 Comparison operators
Fields can also be compared against values. The comparison operators