Wireshark-commits: [Wireshark-commits] master-2.0 b2d76aa: Qt: Select matching tree item and bytes

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 23 Feb 2016 18:46:29 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b2d76aa63b1e79a3825720ab8ef6db286742eec8
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

b2d76aa by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Select matching tree item and bytes in Find Packet
    
    Highlight the matching tree item and matching packet bytes when
    doing a Find Packet.
    
    Bug: 12157
    Change-Id: I84fbdb9b43be4355e24aff3cf5f8850f1119e2bf
    Reviewed-on: https://code.wireshark.org/review/14086
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/14099
    

Actions performed:

    from  67fccf4   Qt: add OS interface description to 'Manage Local Interfaces' window
    adds  b2d76aa   Qt: Select matching tree item and bytes in Find Packet


Summary of changes:
 ui/qt/packet_list.cpp |   24 ++++++++++++++++++++++++
 ui/qt/proto_tree.cpp  |   13 +++++++++++++
 ui/qt/proto_tree.h    |    1 +
 3 files changed, 38 insertions(+)