aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-17 09:30:23 +0000
committerWireshark Builder <buildbot-no-reply@wireshark.org>2021-10-17 09:30:23 +0000
commit0e667117b43fda4aadc78bfd1402fe9516cf8d2a (patch)
tree59918eb2811279c88658bd048e7b2b7630c95778 /NEWS
parent71ccbe9f37480603d27aedff85b1eeee94c901ef (diff)
[Automatic update for 2021-10-17]
Update manuf, services enterprise numbers, translations, and other items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 29ab7b6a49..6af067b176 100644
--- a/NEWS
+++ b/NEWS
@@ -126,6 +126,20 @@ Wireshark 3.7.0 Release Notes
• Reload Lua plugins has been improved to properly support
FileHandler.
+ • Display filter syntax:
+
+ • Protocols always parse unquoted strings as byte values. Before
+ an expression such as "tcp contains ff.fg" would look for the
+ string "ff.fg" if it does not match a valid byte array
+ specification. Now this is a syntax error. Use double-quotes to
+ match literal strings.
+
+ • For string comparisons literal byte arrays are always
+ interpreted as unquoted literal strings. This avoids unexpected
+ results with embedded NUL bytes. For example "http.user_agent
+ contains aa:bb" tries to match "aa:bb". Avoid this usage, always
+ use double-quotes: http.user_agent contains "\xaa\xbb".
+
New File Format Decoding Support
Vector Informatik Binary Log File (BLF)
@@ -191,7 +205,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[8].
- Last updated 2021-10-10 20:17:01 UTC
+ Last updated 2021-10-17 09:05:37 UTC
References