summaryrefslogtreecommitdiff
path: root/doc/wireshark-filter.pod
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-07 17:06:27 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-06-07 17:06:27 +0000
commite62f4cc4f6eb96ca42500c01fb565243344da5ab (patch)
tree60a297d1d6daa42a91e418beca4c65177ca20979 /doc/wireshark-filter.pod
parentf86c7712a33164d8a7631b88729db1fa6760d4fd (diff)
downloadwireshark-e62f4cc4f6eb96ca42500c01fb565243344da5ab.tar.gz
Fix all errors and warnings found by podchecker.
svn path=/trunk/; revision=49837
Diffstat (limited to 'doc/wireshark-filter.pod')
-rw-r--r--doc/wireshark-filter.pod16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/wireshark-filter.pod b/doc/wireshark-filter.pod
index cc2cb80e86..d4523c5b00 100644
--- a/doc/wireshark-filter.pod
+++ b/doc/wireshark-filter.pod
@@ -41,7 +41,7 @@ operator.
=head2 Comparison operators
Fields can also be compared against values. The comparison operators
-can be expressed either through English-like abbreviations or through
+can be expressed either through English-like abbreviations or through
C-like symbols:
eq, == Equal
@@ -121,7 +121,7 @@ Each protocol field is typed. The types are:
Time offset
Unsigned integer, 1, 2, 3, 4, or 8 bytes
-An integer may be expressed in decimal, octal, or hexadecimal notation.
+An integer may be expressed in decimal, octal, or hexadecimal notation.
The following three display filters are equivalent:
frame.pkt_len > 10
@@ -208,7 +208,7 @@ looks for \\SERVER\SHARE in "smb.path".
=head2 The slice operator
You can take a slice of a field if the field is a text string or a
-byte array.
+byte array.
For example, you can filter on
the vendor portion of an ethernet address (the first three bytes) like
this:
@@ -307,7 +307,7 @@ have the same number of bytes as the slice itself, as in:
=head2 Logical expressions
-Tests can be combined using logical expressions.
+Tests can be combined using logical expressions.
These too are expressible in C-like syntax or with English-like
abbreviations:
@@ -386,19 +386,19 @@ can find references and examples at the following locations:
=over 4
-=item
+=item *
The online Display Filter Reference: L<http://www.wireshark.org/docs/dfref/>
-=item
+=item *
I<Help:Supported Protocols> in Wireshark
-=item
+=item *
C<tshark -G fields> on the command line
-=item
+=item *
The Wireshark wiki: L<http://wiki.wireshark.org/DisplayFilters>