aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-30 17:46:09 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-30 17:46:09 +0000
commit77ea3482dcd445b250c357c05c916bd2c78b304e (patch)
tree17d81f504b45cc9e1f73c41e9d588b72beec313d /doc
parent9364e0f04f2a9a016f5c5f792178e44bc0d6d52c (diff)
We don't include a comprehensive display filter reference; don't say we
do. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35079 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc')
-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