aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-9/+10
2013-10-11Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs1-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-08-21The export PDU mechanism creates a new capture which contains only theMartin Kaiser1-0/+70
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-2/+3
2013-07-11Move some more modules into epan.Jeff Morriss1-1/+0
2013-05-14Give file_selection_new() an argument to specify the parent window ofGuy Harris1-7/+7
2013-05-14Fix indentation.Guy Harris1-1/+1
2013-05-14Use gtk_dialog_set_alternative_button_order() to set the "alternative"Guy Harris1-68/+31
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris1-1/+0
2013-04-02Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris1-2/+2
2013-04-01Add routines to file.c to indicate whether:Guy Harris1-7/+6
2013-04-01Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris1-12/+2
2013-04-01Define a collection of bits for different types of capture file comments.Guy Harris1-47/+52
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-11Remove leftover "//".Bill Meier1-6/+6
2013-03-11From the proposed patch by Peter Hatina in Bug #8315.Bill Meier1-7/+7
2013-03-08Use explicit casts.Anders Broman1-3/+3
2013-03-04With Jim Young's suggestion, revert r43785. Currently the file->open dialog ...Chris Maynard1-1/+0
2013-01-10Fix indentation to match editor modelines.Bill Meier1-254/+254
2013-01-10Fixes:Bill Meier1-19/+35
2013-01-09Add a picture and some notes about the capture_file-dialog window.Bill Meier1-0/+52
2013-01-09Use ws_gtk_grid...() in place of gtk_table...().Bill Meier1-136/+142
2012-12-22The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs1-4/+4
2012-12-22R46374 replaced too many GTK_STOCK_SAVEs. Put them back.Gerald Combs1-4/+4
2012-12-04Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs1-4/+4
2012-10-05Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs1-6/+8
2012-10-03Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs1-188/+184
2012-09-26Implement "Save" and "Save As".Gerald Combs1-1/+1
2012-09-24fix compilation on linuxMartin Kaiser1-0/+1
2012-09-24Fix compilation on Windows.Gerald Combs1-4/+3
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs1-176/+196
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-19Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs1-5/+7
2012-09-10Fix breakage from r44859.Gerald Combs1-16/+16
2012-09-10Combine some of the the Windows and non-Windows merge code and make itGerald Combs1-154/+179
2012-09-06Don't use a variable after we've freed it.Gerald Combs1-1/+2
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-5/+5
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-08-19Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus1-10/+24
2012-07-21Remove the filename from the GTK+ open file preview.Gerald Combs1-12/+0
2012-07-19Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman1-8/+8
2012-07-19gtk_container_add() -> gtk_box_pack_start().Anders Broman1-8/+9
2012-07-18Fill in our display filter after we open a file.Gerald Combs1-0/+1
2012-07-17Set the folder to the containing directory of the file name in question,Guy Harris1-1/+4
2012-07-16Pass the correct widget to gtk_open_file. If we're filling in a displayGerald Combs1-12/+13
2012-07-16Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs1-103/+147
2012-07-10Change the button order in all places.Anders Broman1-5/+7