Skip to content
Snippets Groups Projects
Commit 05eee7f7 authored by Gerald Combs's avatar Gerald Combs
Browse files

Version: 3.7.2 → 3.7.3rc0.

[skip ci]
parent 0304e827
Branches
Tags v3.7.3rc0
No related merge requests found
......@@ -40,17 +40,8 @@ wsbuglink:17779[]
- Columns for the Conversations and Endpoint dialogs can be hidden by context menu.
- TCP/UDP conversations now include the stream id and allows filtering on it.
* The ip.flags field is now only the three high bits, not the full byte.
Display filters and Coloring rules using the field will need to be adjusted.
* Speed when using MaxMind geolocation has been greatly improved.
* The 'v' (lower case) and 'V' (upper case) switches have been swapped for editcap and mergecap to
match the other command line utilities.
* New address type AT_NUMERIC allows simple numeric addresses for protocols which do not have
a more common-style address approach, analog to AT_STRINGZ.
* The Wireshark Lua API now uses the https://github.com/rrthomas/lrexlib[lrexlib] bindings to PCRE2.
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.
......@@ -97,6 +88,19 @@ See the “New and Updated Features” section below for more details.
=== New and Updated Features
The following features are new (or have been significantly updated) since version 3.7.2:
The following features are new (or have been significantly updated) since version 3.7.1:
* The 'v' (lower case) and 'V' (upper case) switches have been swapped for editcap and mergecap to
match the other command line utilities.
* The ip.flags field is now only the three high bits, not the full byte.
Display filters and Coloring rules using the field will need to be adjusted.
* New address type AT_NUMERIC allows simple numeric addresses for protocols which do not have
a more common-style address approach, analog to AT_STRINGZ.
The following features are new (or have been significantly updated) since version 3.7.0:
* The Windows installers now ship with Qt 6.2.3.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment