aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-04-10 19:23:47 +0000
committerGerald Combs <gerald@wireshark.org>2022-04-10 19:23:47 +0000
commit1c9538624fd9cd6770c6a75c53ca4b64acbab2c4 (patch)
tree4cf2aefa79f7ff7a02923c0b5818a5bb5bc6a5dd /NEWS
parent4d9470e7dd9df596e531373fb20221d82b09ca9b (diff)
[Automatic update for 2022-04-10]
Update manuf, services enterprise numbers, translations, and other items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 8b6048df6e..7bd1041eb0 100644
--- a/NEWS
+++ b/NEWS
@@ -84,12 +84,12 @@ Wireshark 3.7.0 Release Notes
not a boolean operator. In particular this means it is now
possible to mask bits, e.g.: frame[0] & 0x0F == 3.
- • Simple arithmetic expressions are supported in filter
- expressions. It is now possible to use expressions such as
- "tcp.dstport >= tcp.srcport + 1", or using field references to
- the selected frame: frame.number > ${frame.number} - 5. Note that
- the last example is only meaningful using the GUI because TShark
- has no concept of selected frame.
+ • Arithmetic is supported for numeric fields with the usual
+ operators: +, -, *, /, %. Arithmetic expressions must be grouped
+ using curly brackets (not parenthesis).
+
+ • Logical AND now has higher precedence than logical OR, in line
+ with most programming languages.
• text2pcap and "Import from Hex Dump":
@@ -218,7 +218,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[6].
- Last updated 2022-03-31 18:02:31 UTC
+ Last updated 2022-04-04 15:52:11 UTC
References