Wireshark-commits: [Wireshark-commits] rev 53156: /trunk/ /trunk/ui/qt/: capture_file_dialog.cpp ca

Date: Fri, 08 Nov 2013 01:08:44 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53156

User: guy
Date: 2013/11/08 01:08 AM

Log:
 For open dialogs, offer a list of sets of extensions, not of file types;
 .cap, for example, doesn't refer to a particular file type - a whole
 bunch of file types use .cap.
 
 Also offer, in addition to "All Files", "All Capture Files", which
 matches all the extensions we know about.

Directory: /trunk/ui/qt/
  Changes    Path                       Action
  +74 -7     capture_file_dialog.cpp    Modified
  +1 -0      capture_file_dialog.h      Modified

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +82 -45    file_dlg_win32.c    Modified

Directory: /trunk/wiretap/
  Changes    Path             Action
  +77 -23    file_access.c    Modified
  +9 -1      wtap.h           Modified