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 11010] QT read file prefs_dialog asks about replacing file

Date: Thu, 26 Feb 2015 00:35:50 +0000

Comment # 3 on bug 11010 from
(In reply to Jörg Mayer from comment #0)
> Open wireshark -> menu -> edit -> prefs -> protocols -> ssl.
> Select the "Pre-master-secret log file name" Browse button. Select file
> (single click).
> Watch requester pop up:
> "google.com.sslkeylog already exists.
> Do you want to replace it?"
> Looks like a bug to me.

We should be able to disable the confirmation by passing
QFileDialog::DontConfirmOverwrite to getSaveFileName in
ModulePreferencesScrollArea::filenamePushButtonPressed. Note that this will
disable confirmation for every file preference.


> b) It's not possible to copy paste the textelements in the requester (like"
> pre-master secret log file name").

We're using a standard file dialog here so this behavior depends on the
underlying OS. I can copy+paste on OS X and Linux but not Windows.


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