http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42800
User: guy
Date: 2012/05/22 08:05 PM
Log:
In Windows, in the Save As and Export Selected Packets dialog, append
the default extension for the file type iff
the file type we're using has a list of extensions;
the file has no extension or it has one but it's not one of the
ones in the list.
*Don't* expect a file extension to be at most 5 characters plus the dot
- the extension for pcap-ng, our default capture file type, is "pcapng",
and that's 6 characters!
Directory: /trunk/ui/qt/
Changes Path Action
+1 -1 main_window.cpp Modified
Directory: /trunk/ui/win32/
Changes Path Action
+59 -9 file_dlg_win32.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+11 -5 file_access.c Modified
+1 -1 wtap.h Modified