Comment # 3
on bug 11010
from Gerald Combs
(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.