In Windows, in the Save As and Export Selected Packets dialog, append
[metze/wireshark/wip.git] / ui / win32 / file_dlg_win32.c
2012-05-23 Guy HarrisIn Windows, in the Save As and Export Selected Packets...
2012-05-23 Guy HarrisNo packet range stuff for the "Save As" dialog.
2012-05-22 Guy HarrisDo the "Save As always saves the entire capture, Export...
2012-05-22 Anders Bromancf_save -> cf_save_as
2012-02-28 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-01-24 Guy Harrisbuild_file_save_type_list() isn't called if there are...
2012-01-24 Guy HarrisOnly free the file extensions list if there is one...
2012-01-24 Guy HarrisDon't free the list of savable file types in build_file...
2012-01-24 Guy HarrisFix warnings.
2012-01-24 Guy HarrisUse wtap_get_savable_file_types() for the Win32 file...
2012-01-24 Guy HarrisDon't treate WTAP_FILE_UNKNOWN as a real file type.
2012-01-23 Guy HarrisIn the table of capture file types, have:
2012-01-23 Guy Harrisg_string_append_printf() returns nothing.
2012-01-23 Guy HarrisHave wtap_file_extension_default_string() return the...
2012-01-22 Guy HarrisAll valid file types should have file type strings...
2012-01-21 Guy HarrisWe already added the separator *if* we needed it; don...
2012-01-21 Guy HarrisWell, yeah, you can leave the list of patterns out...
2012-01-21 Guy HarrisFix calls to g_string_free() (added so as not to leak...
2012-01-21 Guy HarrisAt least according to the Microsoft documentation,...
2012-01-21 Guy HarrisWhat you get from wtap_get_file_extensions_list() are...
2012-01-21 Guy HarrisFix print call.
2012-01-21 Guy HarrisAppend the trailing ), don't overwrite the string.
2012-01-21 Guy HarrisAdd missing variable.
2012-01-21 Guy HarrisReplace wtap_file_extensions_string() with a routine...
2012-01-18 Guy HarrisNew include file needs to be included.
2012-01-16 Guy HarrisJust include it from the current directory.
2012-01-16 Guy HarrisAnother fix for the move of the win32 directory.
2012-01-16 Guy HarrisMake the win32 directory a subdirectory of the ui direc...