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

Wireshark-commits: [Wireshark-commits] rev 40621: /trunk/wiretap/ /trunk/wiretap/: file_access.c

Date: Sat, 21 Jan 2012 03:55:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40621

User: guy
Date: 2012/01/20 07:55 PM

Log:
 "*.*" as a pattern for a given file type is pointless, as it doesn't
 select only files of that type; you might as well use "All Files (*.*)"
 for that.
 
 The default suffix is a suffix, not a pattern, so it shouldn't be
 "*.{something}".
 
 We only use the patterns on Windows, where file names are
 case-insensitive, so there's no point in capital letters in suffixes.

Directory: /trunk/wiretap/
  Changes    Path             Action
  +21 -21    file_access.c    Modified