aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2022-06-17 15:31:31 -0700
committerRoland Knall <rknall@gmail.com>2022-06-18 12:36:18 +0000
commitefe8dc051cbd933c3dcdd33d2664e94ab4e703c0 (patch)
treec9c578c7ce7379047881eab005e5c2379fe7d678 /docbook
parent41cd2fed9c5e20612a3f52d3b5eb52fe781df8ea (diff)
Prefs: Change the default UI layout to type "2".
Make the default UI layout "packet list on top, packet detail and bytes side by side". This is more space efficient on modern displays and is the first thing I change when using the default profile.
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.adoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docbook/release-notes.adoc b/docbook/release-notes.adoc
index e91d7d1103..acae3c51a0 100644
--- a/docbook/release-notes.adoc
+++ b/docbook/release-notes.adoc
@@ -142,6 +142,8 @@ They previously shipped with Qt 5.12.2.
** `text2pcap` supports scanning the input file using a custom regular expression, as supported in “Import from Hex Dump” in Wireshark 3.6.x.
** In general, `text2pcap` and wireshark's “Import from Hex Dump” have feature parity.
+* The default main window layout has been changed so that the packet detail and bytes are side by side.
+
* The HTTP2 dissector now supports using fake headers to parse the DATAs of streams captured without first HEADERS frames of a long-lived stream (such as a gRPC streaming call which allows sending many request or response messages in one HTTP2 stream).
Users can specify fake headers using an existing stream’s server port, stream id and direction.