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 1237] Add option to save files in CWD

Date: Sun, 27 Mar 2016 03:42:54 +0000

changed bug 1237


What Removed Added
CC   [email protected]

Comment # 9 on bug 1237 from
Ifa60e1ef9dbd11689a3f72906997cf3ed8ce259c provides some good hints on how this
would be done - add an enumeration value for prefs.gui_fileopen_style and grep
the use of the enumerated values (FO_STYLE_LAST_OPENED, FO_STYLE_SPECIFIED) and
add the new value (FO_STYLE_CWD?) to the handling.

The problem seems to be getcwd doesn't appear to be cross-platform.  I was
hoping that Qt would provide a macro/enumeration to hide the implementation,
but I didn't find one.  I also played with file_dlg_win32.c and it didn't seem
that win32_open_file wasn't that receptive to the CWD folder I could return
with _getcwd().


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