From Reinhard Speyerer:

This patch fixes several misspellings/typos in Wireshark documentation.

svn path=/trunk/; revision=28246
This commit is contained in:
Jaap Keuter 2009-05-02 06:45:22 +00:00
parent a502fef5e9
commit 6873f7d92d
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ ip.addr field equal to 192.168.4.1". If one ip.addr is 192.168.4.1,
the packet does not pass. If B<neither> ip.addr field is 192.168.4.1,
then the packet is displayed.
It is easy to think of the 'ne' and 'eq' operators as having an implict
It is easy to think of the 'ne' and 'eq' operators as having an implicit
"exists" modifier when dealing with multiply-recurring fields. "ip.addr
ne 192.168.4.1" can be thought of as "there exists an ip.addr that does
not equal 192.168.4.1". "not ip.addr eq 192.168.4.1" can be thought of as