Comment # 21
on bug 12036
from Pascal Quantin
(In reply to Gerald Combs from comment #20)
> (In reply to Pascal Quantin from comment #18)
> > From what you describe it probably comes from the Qt library itself, and not
> > the Wireshark code (as the save window is not handled by us).
> > I have absolutely no issue using this save functionality, so it seems to be
> > a combination of Qt + something specific to very few PCs.
>
> On Windows the save window *is* handled by us:
> ui/win32/file_dlg_win32.c:win32_save_as_file. We might want to reexamine how
> we're fetching our HWND however.
Right, I completely forgot about this specific use case. Thanks for reminding
me.
So if I understand properly on some systems the GTK legacy UI from 2.0.X
package is working fine, but not the Qt one.
Does opening a pcap file from the menu works fine? Or dose the window disappear
also? Both save and open dialogs are using
(HWND)parentWidget()->effectiveWinId()
Same question regarding the "export selected packets" functionality.
You are receiving this mail because:
- You are watching all bug changes.