ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 40650: /trunk/ui/win32/ /trunk/ui/win32/: file_dlg_win32

Date: Sun, 22 Jan 2012 11:37:34 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40650

User: guy
Date: 2012/01/22 03:37 AM

Log:
 All valid file types should have file type strings (and, currently, they
 all do); get rid of the test for a null return from
 wtap_file_type_string().)
 
 If wtap_get_file_extensions_list() returns NULL, include the file type
 in the list of filters, and use "*.*" as the filter.  That way the list
 of filters will include all file types, even if you can't really ask
 only for files of that type (actually, you can't really ask only for
 files of *any* type unless you're running under a desktop environment
 where file types are specified by, for example, looking for magic
 numbers, as there's no guarantee that, for example, a pcap file will
 have an extension at all, given that it might come from a command-line
 tool that doesn't default to any extension).

Directory: /trunk/ui/win32/
  Changes    Path                Action
  +20 -14    file_dlg_win32.c    Modified