Wireshark-commits: [Wireshark-commits] master-2.0 ca749e0: Do not expand packets in packet dialog b
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 22 Nov 2015 11:27:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ca749e01f3150add7f235cec7b87536427978682
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

ca749e0 by Peter Wu (peter@xxxxxxxxxxxxx):

    Do not expand packets in packet dialog by default
    
    Do not expand the packet tree in the packet dialog by default, it
    results in forgetting the previous collapse state and deviates from
    previous GTK+ behavior. It is just annoying to have all Frame, Ethernet,
    etc. trees expanded while you are just looking at application layer
    traffic.
    
    (The previous tree is restored when calling ProtoTree::fillProtocolTree
    which calls proto_tree_draw_node and then invokes setExpanded()).
    
    Bug: 11731
    Change-Id: I48c7f28a1777874b1c23025335305493777bca1d
    Reviewed-on: https://code.wireshark.org/review/11998
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    (cherry picked from commit 759bfb6c45185c06be146b0705465e5560069dff)
    Reviewed-on: https://code.wireshark.org/review/12030
    

Actions performed:

    from  402735d   Fix RTP player crash on invalid streams
    adds  ca749e0   Do not expand packets in packet dialog by default


Summary of changes:
 ui/qt/packet_dialog.cpp |    1 -
 1 file changed, 1 deletion(-)