aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-07-14 23:25:48 +0100
committerJoão Valverde <j@v6e.pt>2022-07-14 23:29:08 +0100
commitd5ec420bb5f3792ce76bcc6614c3157300b5674f (patch)
tree2b1676464afc3bc4f8bc16e7b8dd9860da5fddc3 /docbook
parent4c975b770e6bc6d16909c76954877d54d8f1f47b (diff)
WSUG: Add a note about the changes to "!="
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.adoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_work.adoc b/docbook/wsug_src/WSUG_chapter_work.adoc
index 2e3fc238eb..af7a94b576 100644
--- a/docbook/wsug_src/WSUG_chapter_work.adoc
+++ b/docbook/wsug_src/WSUG_chapter_work.adoc
@@ -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.