Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9537] New: Patch: Don't expand stats_tree child nodes by d

Date: Tue, 10 Dec 2013 05:30:44 +0000
Bug ID 9537
Summary Patch: Don't expand stats_tree child nodes by default
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]
Attachment #12279 Flags review_for_checkin?

Created attachment 12279 [details]
Fix to prevent 2nd level and deeper stats_tree nodes from expanding
automatically

Build Information:
wireshark 1.11.3-SVN-53819 (SVN Rev Unknown from unknown)

Copyright 1998-2013 Gerald Combs <[email protected]> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with Qt 5.1.1 with GLib 2.32.4, with WinPcap (4_1_3), with
libz 1.2.5, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.1, without Python,
with GnuTLS 2.12.18, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, without
PortAudio, with AirPcap.

Running on Windows XP Service Pack 3, build 2600, without WinPcap, GnuTLS
2.12.18, Gcrypt 1.4.6, without AirPcap.
        Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz, with 511MB of physical memory.


Built using Microsoft Visual C++ 10.0 build 40219

--
The qt version of wireshark (stats_tree_dialog.cpp) by default expands all
nodes within a stats_tree (see for example the "Statistics" > "IP Statistics" >
"IP Destinations" stats_tree; you need this patch installed before the item is
added to the stats menu:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9528). This behaviour is
fine for small trees but becomes counter productive in trees with many items or
levels. 

This patch changes the qt ui to act like the gtk ui: the first level of nodes
are expanded by default while deeper levels are collapsed.


You are receiving this mail because:
  • You are watching all bug changes.