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