From d5ec420bb5f3792ce76bcc6614c3157300b5674f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Thu, 14 Jul 2022 23:25:48 +0100 Subject: WSUG: Add a note about the changes to "!=" --- docbook/wsug_src/WSUG_chapter_work.adoc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docbook') 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. <> provides a list of the types with examples of how to use them in display filters. -- cgit v1.2.3