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

Wireshark-bugs: [Wireshark-bugs] [Bug 10951] wireshark QT- display filter content will be cleare

Date: Thu, 12 Feb 2015 21:41:46 +0000

changed bug 10951


What Removed Added
Status UNCONFIRMED IN_PROGRESS
Ever confirmed   1

Comment # 1 on bug 10951 from
You're right

This is done by     

  df_combo_box_->lineEdit()->setText("");                                       
  df_combo_box_->applyDisplayFilter();

in MainWindow::captureFileClosed()

GTK's behaviour is different: The display filter remains set until you clear
it, event if you reload (Ctrl-R) or close (Ctrl-W) a file.

I'm slightly in favour of the GTK approach. I often load a couple of files with
a display filter set until I find one that has a matching packet.

What do others think?


You are receiving this mail because:
  • You are watching all bug changes.