aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 27 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 621218c47e..bde85f4cb0 100644
--- a/NEWS
+++ b/NEWS
@@ -24,18 +24,28 @@ Wireshark 3.1.1 Release Notes
• The Windows packages are now built using Microsoft Visual Studio
2019.
+ • IOGraph automatically adds a graph for the selected display
+ filter if no previous graph exists
+
+ • Action buttons for the display filter bar may be aligned left via
+ the context menu
+
+ • Allow extcaps to be loaded from the personal configuration
+ directory
+
The following features are new (or have been significantly updated)
since version 3.0.0:
- • Drag&Drop a field to a column header to create a column for that
- field, or to the display filter input to create a display filter.
- If a display filter is applied, the new filter can be added using
- the same rules as "Apply Filter"
+ • You can drag and drop a field to a column header to create a
+ column for that field, or to the display filter input to create a
+ display filter. If a display filter is applied, the new filter
+ can be added using the same rules as “Apply Filter”
- • Drag&Drop a column entry to the display filter to create a filter
- for it
+ • You can drag and drop a column entry to the display filter to
+ create a filter for it.
- • Import profiles from a .zip archive or an existing directory
+ • You can import profiles from a .zip archive or an existing
+ directory.
• Dark mode support on macOS and dark theme support on other
platforms has been improved.
@@ -72,6 +82,15 @@ Wireshark 3.1.1 Release Notes
• Protobuf files (*.proto) can now be configured to enable more
precise parsing of serialized Protobuf data (such as gRPC).
+ • HTTP2 support streaming mode reassembly. To use this feature,
+ subdissectors can register itself to "streaming_content_type"
+ dissector table and return pinfo→desegment_len and
+ pinfo→desegment_offset to tell HTTP2 when to start and how many
+ additional bytes requires when next called.
+
+ • The message of stream gRPC method can now be parsed with
+ supporting of HTTP2 streaming mode reassembly feature.
+
New Protocol Support
3GPP BICC MST (BICC-MST), 3GPP log packet (LOG3GPP), 3GPP/GSM Cell
@@ -137,7 +156,7 @@ Wireshark 3.1.1 Release Notes
A complete FAQ is available on the Wireshark web site[10].
- Last updated 2019-11-03 08:10:04 UTC
+ Last updated 2019-11-10 08:08:24 UTC
References