Wireshark-commits: [Wireshark-commits] master 1b6c702: Qt: Support search without a selected packet

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 24 May 2018 04:10:25 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b6c702226a6b84ad89b2acc444254b93bf616b7
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b6c702 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Qt: Support search without a selected packet
    
    Support doing Find Packet, search for next/previous marked packet and
    search for next/previous time reference without having a packet selected
    in the packet list.
    
    Change-Id: I648b26365385d98155e905cda270e9e785b9f1da
    Reviewed-on: https://code.wireshark.org/review/27752
    Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  c159d48   maxmind: Move request processing to a thread.
    adds  1b6c702   Qt: Support search without a selected packet


Summary of changes:
 file.c                      | 211 ++++++++++++++++++++++----------------------
 ui/qt/main_window_slots.cpp |   8 +-
 2 files changed, 109 insertions(+), 110 deletions(-)