aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-07-08 16:54:18 +0000
committerGerald Combs <gerald@wireshark.org>2013-07-08 16:54:18 +0000
commit59644b38992b5ec556fcba348a4f3452199dbc2d (patch)
treecd42e84c3438a0903a94391e315bc4141d129fd3 /docbook/release-notes.asciidoc
parent5b7c3b31051c112c3ffa9e43d9e9fe701d028978 (diff)
New Qt feature: Show related packet list items in the frame number
column. Conversation spans (setup frame to last frame) are shown with a square bracket. Linked frames are shown with a circle. Use correct column justifications in Qt. Move common justification-related packet list code to ui/packet_list_utils.[ch]. Add a last_frame element to conversation_t. svn path=/trunk/; revision=50447
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 300343b20f..c5db50713b 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -25,6 +25,7 @@ since version 1.10:
* Expert info is now filterable (if the dissector has been updated to support the new API).
* The Windows installer now uninstalls the previous version of Wireshark silently.
You can still run the uninstaller manually beforehand if you wish to run it interactively.
+* The "Number" column shows related packets and protocol conversation spans (Qt only).
=== New Protocol Support