WSUG: Add a note about the changes to "!="

This commit is contained in:
João Valverde 2022-07-14 23:25:48 +01:00
parent 4c975b770e
commit d5ec420bb5
1 changed files with 7 additions and 0 deletions

View File

@ -565,6 +565,13 @@ English and C-like operators are interchangeable and can be mixed within a filte
| bitwise_and | | & | Bitwise AND is non-zero | `tcp.flags & 0x02`
|===
[NOTE]
====
The meaning of != (all not equal) was changed in Wireshark 3.6.
Before it used to mean "any not equal".
====
All protocol fields have a type. <<ChWorkFieldTypes>> provides a list
of the types with examples of how to use them in display filters.