Wireshark-commits: [Wireshark-commits] rev 51481: /trunk/ /trunk/ui/win32/: file_dlg_win32.c /trunk
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51481
User: guy
Date: 2013/08/22 05:06 PM
Log:
For the Windows Open dialog for capture files, get rid of the "(*.*)" in
the "All Files" entry (the current UI guidelines from Microsoft say to
do so, and that's what Paint does, at least), and add an "All Capture
Files" entry with all the file extensions for the file types we support
(it'll pick up all text files, but there's not much we can do about
that, and it won't pick up files with *no* extension or weird
extensions, such as you might get from UN*X systems or from WinDump
commands, but at least it'll filter out some other crud).
Fix what appear to be memory leaks; that should be backported unless
I've missed something and they aren't leaks.
Fix an out-of-date comment, and add an additional comment.
Directory: /trunk/ui/win32/
Changes Path Action
+54 -5 file_dlg_win32.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+79 -29 file_access.c Modified
+2 -0 wtap.h Modified