Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 8377] NEW FEATURE IMPLEMENTED: SMB2 SUPPORT FOR EXPORT->OB

Date: Mon, 25 Feb 2013 10:40:55 +0000

Comment # 6 on bug 8377 from
(In reply to comment #5)
Hi Alexis,

- We've identified the bug behind the warnings you reported. We'll correct
them.

- Regarding file names: we think that the user should see in the
"Export-Object" window the full path name because that is the right information
he is looking for, and that he should have the chance to save it somehow. But
we've been thinking about the file name issue you mentioned, and there is a bug
in our code: in the "Save As" window the character "\" should be replaced by
"__" (for example) to avoid a windows machine to try to store the file in the
path that is contained in the file name. We can make that substitution in
ui/gtk/export_object_dlg.c (eo_save_clicked_cb and eo_save_all_cb) but this
will certainly perform that substitution for http and dicom exported filenames
also. We think that this is correct (the character "\" should not appear in any
filename) but we would want to check with you whether this is the right way to
do it. If you prefer that we don't touch that function, we can construct the
file name with "__" instead of "\", although we would prefer the first option.

Could you please confirm us the right way to do it?

Many thanks in advance (and sorry for the long question).


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