Wireshark-commits: [Wireshark-commits] master b5ac913: Qt: Select matching tree item and bytes in F

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

Commits:

b5ac913 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.  Added cf->search_len to correctly highlight
    the matching bytes when doing a regex search.
    
    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>
    

Actions performed:

    from  0ef196a   Qt: Optimize Show Packet Bytes
    adds  b5ac913   Qt: Select matching tree item and bytes in Find Packet


Summary of changes:
 cfile.h                 |    1 +
 file.c                  |    8 +++++++-
 ui/qt/byte_view_tab.cpp |   18 ++++--------------
 ui/qt/packet_list.cpp   |   24 ++++++++++++++++++++++++
 ui/qt/proto_tree.cpp    |   13 +++++++++++++
 ui/qt/proto_tree.h      |    1 +
 6 files changed, 50 insertions(+), 15 deletions(-)