summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-23 13:10:52 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-26 06:08:57 +0000
commit974a530f8edbb31f6f6cacc904f3892b25268d7c (patch)
treebed5643804f008921deebf31246fedd4b71a72cd /docbook
parent01e22809ffc6797361d1601d1517c8df212c4566 (diff)
downloadwireshark-974a530f8edbb31f6f6cacc904f3892b25268d7c.tar.gz
Qt: Conversation and Endpoint dialog performance tweaks.
Generate column text dynamically. This keeps us from having to iterate over our tree items each time we receive updates. Set the uniformRowHeights property. Stop automatically resizing columns after 200 items. Fixup name resolution behavior. Disable the checkbox if host name resolution is disabled. Change-Id: Ib2fef604d6ee9e39a8b1edd72d58d0cb02d3bb64 Reviewed-on: https://code.wireshark.org/review/16110 Reviewed-by: Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 313f921b53..43a09df9ed 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -28,6 +28,14 @@ since version 2.1.0:
* Added -d option for Decode As support in Wireshark (mimics TShark
functionality)
+* The Qt UI, GTK+ UI, and TShark can now export packets as JSON.
+ TShark can additionally export packets as Elasticsearch-compatible
+ JSON.
+* The Qt UI now supports the -j, -J, and -l flags. The -m flag is now
+ deprecated.
+* The Conversations and Endpoints dialogs are more responsive when
+ viewing large numbers of items.
+* The RTP player now allows up to 30 minutes of silence frames.
The following features are new (or have been significantly updated)
since version 2.0.0: