ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 5ae2815: Fix bug 9866: Qt 'Clearing filters does not

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 12 Mar 2014 21:28:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ae2815615d04e63c99c4636e5fdf644d7c5abc9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5ae2815 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix bug 9866: Qt 'Clearing filters does not seem to affect the packet list'
    
    Clicking the "X" clear filter button now applies the clearing to the
    displayed packet list.  This commit also adds tooltips for the display
    filter display filter box's butons.
    
    Change-Id: I827020a7705a32a4a9204d22e94942853e25bba6
    Reviewed-on: https://code.wireshark.org/review/601
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  bc3aa5d   Add dissection of flags, status, flagsN for Omnipeek/Peek Remote dissector.
    adds  5ae2815   Fix bug 9866: Qt 'Clearing filters does not seem to affect the packet list'


Summary of changes:
 ui/qt/display_filter_combo.cpp |    3 +++
 ui/qt/display_filter_edit.cpp  |   19 ++++++++++++++++++-
 ui/qt/display_filter_edit.h    |    1 +
 3 files changed, 22 insertions(+), 1 deletion(-)