wireshark/ui/win32
Guy Harris b1ecd8d217 Add a wtap_dump_can_write() routine that indicates whether Wiretap
supports writing files with a given set of encapsulations and comment
types.  Use it, rather than asking for a list of file formats that
support the given set of encapsulation and comment types and checking
whether we got back such a list, or duplicating its logic.

Having file.c use it means that nobody's using
wtap_dump_can_write_encaps() any more; get rid of it.  Instead, have a
private routine that checks whether a given file format supports a given
set of encapsulations *and* comment types, and use that internally.

svn path=/trunk/; revision=48690
2013-04-01 21:17:50 +00:00
..
Makefile.nmake Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
console_win32.c Simplify #ifdef blocks 2012-10-21 19:17:36 +00:00
console_win32.h Revert r45692 and try to fix link failure another way: console_win32.[ch] definitely belong to ui/win32 2012-10-21 19:12:18 +00:00
file_dlg_win32.c Add a wtap_dump_can_write() routine that indicates whether Wiretap 2013-04-01 21:17:50 +00:00
file_dlg_win32.h Fix Windows compilation problems from r45513. #ifdef out some non-Windows 2012-10-13 00:18:46 +00:00
print_win32.c Squelch some more discarding-qualifiers warnings. 2012-12-26 11:27:21 +00:00
print_win32.h Squelch some more discarding-qualifiers warnings. 2012-12-26 11:27:21 +00:00
settings.ini In GTK3 the settings.ini file serves the same purpose as the gtkrc file. 2012-10-11 15:41:34 +00:00