aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoão Valverde <j@v6e.pt>2022-03-05 12:30:34 +0000
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-03-09 11:28:39 +0000
commit8983dda8f209b24a5579b07dfde88bf094cba811 (patch)
treeb24a106bd8bfc391db8b7feaf2b7d0197f3824e0 /doc
parente035fa3508f1c592f36c377f040c7fdd381dc0b8 (diff)
dfilter: Deprecate "~=" (any_ne)
The representation "~= has been superseded by "!==" with the same meaning, making it superfluous and somewhat confusing. Deprecate "~=" and recommend "!==" instead.
Diffstat (limited to 'doc')
-rw-r--r--doc/wireshark-filter.adoc2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/wireshark-filter.adoc b/doc/wireshark-filter.adoc
index 41729852a4..2ae289a360 100644
--- a/doc/wireshark-filter.adoc
+++ b/doc/wireshark-filter.adoc
@@ -77,8 +77,6 @@ operators, their aliases and meaning:
all_eq, === All fields must be equal
any_ne, !== Any fields must be not equal
-The operator !== (any_ne) can also be written as ~=.
-
=== Search and match operators
Additional operators exist expressed only in English, not C-like syntax: