aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-03-27 16:40:12 +0000
committerA Wireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2022-03-27 16:53:18 +0000
commitb05a149acdd2019f0c7a28e0d9eeffbbce20faae (patch)
treec98e1f393adc1be2750af04d9dec5dac161fdf2f /NEWS
parent4597cf3b089e147cc260482fa683a240fbe60032 (diff)
[Automatic update for 2022-03-27]
Update manuf, services enterprise numbers, translations, and other items.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 73bc30bec8..6d8b526080 100644
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,10 @@ Wireshark 3.7.0 Release Notes
• The operator "~=" is deprecated and will be removed in a
future version. Use "!==" with the same meaning instead.
+ • The "bitwise and" operator is now a first-class bit operator,
+ not a boolean operator. In particular this means it is now
+ possible to mask bits, e.g.: frame[0] & 0x0F == 3.
+
• text2pcap and "Import from Hex Dump":
• text2pcap supports writing the output file in all the capture
@@ -154,9 +158,9 @@ Wireshark 3.7.0 Release Notes
Register Access Protocol (5co-legacy), Generic Data Transfer Protocol
(GDT), gRPC Web (gRPC-Web), Host IP Configuration Protocol (HICP),
Mesh Connex (MCX), Microsoft Cluster Remote Control Protocol (RCP),
- Realtek, Secure File Transfer Protocol (sftp), Secure Host IP
- Configuration Protocol (SHICP), USB Attached SCSI (UASP), and ZBOSS
- NCP
+ Realtek, REdis Serialization Protocol v2 (RESP), Secure File Transfer
+ Protocol (sftp), Secure Host IP Configuration Protocol (SHICP), USB
+ Attached SCSI (UASP), and ZBOSS NCP
Updated Protocol Support
@@ -204,7 +208,7 @@ Wireshark 3.7.0 Release Notes
A complete FAQ is available on the Wireshark web site[6].
- Last updated 2022-03-05 12:30:34 UTC
+ Last updated 2022-03-19 04:06:37 UTC
References