aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-27 10:02:09 -0700
committerGerald Combs <gerald@wireshark.org>2022-06-27 10:05:04 -0700
commit5ee0b97c963ed2e976ccd04c18f159fb3061c3a6 (patch)
tree6ad7c92bed7ee1205584fadc50b610dacac0c3b4 /NEWS
parenteaae2d0ee76cff005d7f1de89d9c021cbdb2e226 (diff)
Build: 3.7.1
[skip ci]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 17 insertions, 17 deletions
diff --git a/NEWS b/NEWS
index 3952435dc2..ac3185f908 100644
--- a/NEWS
+++ b/NEWS
@@ -17,10 +17,6 @@ Wireshark 3.7.1 Release Notes
• The display filter syntax is now more powerful with many new
extensions. See below for details.
- • The tap registration system has been updated and the list of
- arguments for tap_packet_cb has changed. All taps registered
- through register_tap_listener have to be updated.
-
• The Conversation and Endpoint dialogs have been redesigned with
the following improvements:
@@ -61,18 +57,6 @@ Wireshark 3.7.1 Release Notes
• TCP/UDP conversations now include the stream id and allows
filtering on it
- • The PCRE2 library (https://www.pcre.org/) is now a required
- dependency to build Wireshark.
-
- • The Wireshark Lua API now uses the lrexlib bindings to PCRE2
- (https://github.com/rrthomas/lrexlib). Code using the Lua GRegex
- module will have to be updated to use lrexlib-pcre2 instead. In
- most cases the API should be compatible and the conversion just
- requires a module name change.
-
- • You must now have a compiler with C11 support in order to build
- Wireshark.
-
• The ip.flags field is now only the three high bits, not the full
byte. Display filters or Coloring rules using the field will need
to be adjusted.
@@ -85,6 +69,22 @@ Wireshark 3.7.1 Release Notes
protocols which do not have a more common-style address approach,
analog to AT_STRINGZ.
+ • The Wireshark Lua API now uses the lrexlib bindings to PCRE2
+ (https://github.com/rrthomas/lrexlib). Code using the Lua GRegex
+ module will have to be updated to use lrexlib-pcre2 instead. In
+ most cases the API should be compatible and the conversion just
+ requires a module name change.
+
+ • The PCRE2 library (https://www.pcre.org/) is now a required
+ dependency to build Wireshark.
+
+ • You must now have a compiler with C11 support in order to build
+ Wireshark.
+
+ • The tap registration system has been updated and the list of
+ arguments for tap_packet_cb has changed. All taps registered
+ through register_tap_listener have to be updated.
+
Many other improvements have been made. See the “New and Updated
Features” section below for more details.
@@ -365,7 +365,7 @@ Wireshark 3.7.1 Release Notes
A complete FAQ is available on the Wireshark web site[7].
- Last updated 2022-06-23 23:07:42 UTC
+ Last updated 2022-06-27 17:03:56 UTC
References