aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-03-13 16:46:10 +0000
committerGerald Combs <gerald@wireshark.org>2022-03-13 16:46:10 +0000
commit24420ceb47f042bb53280f78a6070de2e67183dc (patch)
tree0c229b2270fcbc3bcb5bc057d499866d395c62e6 /NEWS
parent9b49cbff2912334fb40778058e17f17509dfcbe9 (diff)
[Automatic update for 2022-03-13]
Update manuf, services enterprise numbers, translations, and other items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index affc5875a6..61d3697cf0 100644
--- a/NEWS
+++ b/NEWS
@@ -56,8 +56,7 @@ Wireshark 3.7.0 Release Notes
• 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
- addition to "~=" (introduced in Wireshark 3.6.0).
+ b. The negation of "===" can now be written as "!==" (any_ne).
• Adds the aliases "any_eq" for "==" and "all_ne" for "!=".
@@ -78,6 +77,9 @@ Wireshark 3.7.0 Release Notes
example the values ".7" and "7." are now invalid as floats. It
must be written "7.0" and "0.7" respectively.
+ • The operator "~=" is deprecated and will be removed in a
+ future version. Use "!==" with the same meaning instead.
+
• text2pcap and "Import from Hex Dump":
• text2pcap supports writing the output file in all the capture
@@ -202,7 +204,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[6].
- Last updated 2022-03-06 16:07:15 UTC
+ Last updated 2022-03-13 16:06:51 UTC
References