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: Fri, 13 Feb 2015 02:12:59 +0000

Comment # 2 on bug 10951 from
Thanks. It works if I comment setText(""). 

The wireshark QT also doesn't support opening a new file by dragging the file
to the main window area of wireshark QT. Could you also consider to add this
function?

MainWindow::captureFileClosed()
{
  if (df_combo_box_)
  {
    //df_combo_box_->lineEdit()->setText("");                                   
    df_combo_box_->applyDisplayFilter();
  }
}


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