aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2021-12-22 09:36:46 +0000
committerJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2021-12-22 14:32:32 +0000
commitd8b7d1f82140c70be251f7be7b282255d9ba841e (patch)
tree51b07248ea549bc762db81fd0d3e89f8e62f0cbc /docbook
parent8b23dd3a3c4aaf67154ed2262b0ac3e1b7375133 (diff)
dfilter: Add aliases "any_eq" and "all_ne"
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index a43f6275cb..76b3f58d75 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -50,6 +50,7 @@ They previously shipped with Npcap 1.55.
Some exotic patterns may now be invalid and require rewriting.
** Adds a new strict equality operator "===" or "all_eq". The expression "a === b" is true if and only if all a's are equal to b.
The negation of "===" can now be written as "!==" (any_ne), in adittion to "~=" (introduced in Wireshark 3.6.0).
+** Adds the aliases "any_eq" for "==" and "all_ne" for "!=".
* HTTP2 dissector now supports using fake headers to parse the DATAs of streams captured without first HEADERS frames of a long-lived stream (like
gRPC streaming call which allows sending many request or response messages in one HTTP2 stream). User can specify fake headers according to the