Wireshark-commits: [Wireshark-commits] master d8ac2a0: Qt: Re-highlight packet bytes when re-select
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Mar 2020 18:38:24 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8ac2a046b85823019b6826e505aaa538e223484
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

d8ac2a0 by Rasmus Jonsson (wasmus@xxxxxx):

    Qt: Re-highlight packet bytes when re-selecting packet tree item
    
    Emit the fieldSelected signal when the currently selected dissection
    tree item is clicked. This causes the corresponding bytes in the
    packet bytes tab to be re-selected.
    
    Change-Id: I9168163f6734ef05ed3196c291a813125d8e86c6
    Reviewed-on: https://code.wireshark.org/review/36303
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  76c8c3e   afs: fix backup & butc RPC confusion
     add  d8ac2a0   Qt: Re-highlight packet bytes when re-selecting packet tree item


Summary of changes:
 ui/qt/proto_tree.cpp | 12 ++++++++++++
 ui/qt/proto_tree.h   |  1 +
 2 files changed, 13 insertions(+)