aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove leftover "//".Bill Meier2013-03-111-6/+6
* From the proposed patch by Peter Hatina in Bug #8315.Bill Meier2013-03-111-7/+7
* Use explicit casts.Anders Broman2013-03-081-3/+3
* With Jim Young's suggestion, revert r43785. Currently the file->open dialog ...Chris Maynard2013-03-041-1/+0
* Fix indentation to match editor modelines.Bill Meier2013-01-101-254/+254
* Fixes:Bill Meier2013-01-101-19/+35
* Add a picture and some notes about the capture_file-dialog window.Bill Meier2013-01-091-0/+52
* Use ws_gtk_grid...() in place of gtk_table...().Bill Meier2013-01-091-136/+142
* The Wireshark file icon makes more sense than a floppy disk[1]. SwitchGerald Combs2012-12-221-4/+4
* R46374 replaced too many GTK_STOCK_SAVEs. Put them back.Gerald Combs2012-12-221-4/+4
* Replace GTK_STOCK_SAVE with WIRESHARK_STOCK_FILE in a few places,Gerald Combs2012-12-041-4/+4
* Add a capture_file * element to packet_range_t and pass it explicitly inGerald Combs2012-10-051-6/+8
* Unify the GTK+ and Win32 versions of "Export Specified Packets". Add aGerald Combs2012-10-031-188/+184
* Implement "Save" and "Save As".Gerald Combs2012-09-261-1/+1
* fix compilation on linuxMartin Kaiser2012-09-241-0/+1
* Fix compilation on Windows.Gerald Combs2012-09-241-4/+3
* Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs2012-09-241-176/+196
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Add gzip support to the Win32 "Save As" dialog. Don't crash in the Win32Gerald Combs2012-09-191-5/+7
* Fix breakage from r44859.Gerald Combs2012-09-101-16/+16
* Combine some of the the Windows and non-Windows merge code and make itGerald Combs2012-09-101-154/+179
* Don't use a variable after we've freed it.Gerald Combs2012-09-061-1/+2
* - Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer2012-09-041-5/+5
* Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer2012-09-041-1/+1
* Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus2012-08-191-10/+24
* Remove the filename from the GTK+ open file preview.Gerald Combs2012-07-211-12/+0
* Shoul be gtk_box_pack_start(GTK_BOX (vbox), message_type_fr, TRUE, TRUE, 0);Anders Broman2012-07-191-8/+8
* gtk_container_add() -> gtk_box_pack_start().Anders Broman2012-07-191-8/+9
* Fill in our display filter after we open a file.Gerald Combs2012-07-181-0/+1
* Set the folder to the containing directory of the file name in question,Guy Harris2012-07-171-1/+4
* Pass the correct widget to gtk_open_file. If we're filling in a displayGerald Combs2012-07-161-12/+13
* Move most of file_open_cmd to gtk_open_file. Make gtk_open_fileGerald Combs2012-07-161-103/+147
* Change the button order in all places.Anders Broman2012-07-101-5/+7
* From Michael Mann:Anders Broman2012-07-091-1/+10
* Fix compilation with gcc 4.3.2 and without GEOIPPascal Quantin2012-07-061-1/+0
* From Michael Mann:Anders Broman2012-07-061-9/+9
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* In the "Save As" dialog box, default to compressed if the file isGuy Harris2012-06-251-6/+16
* In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris2012-06-231-2/+7
* Change #if USE_WIN32_FILE_DIALOGS to #ifdefJakub Zawadzki2012-06-221-1/+1
* Move a bunch of common code in the file chooser dialog loops into aGuy Harris2012-06-211-122/+47
* Clean up white space (no tabs).Guy Harris2012-06-201-34/+34
* Handle the case where the user has added comments to a file that's notGuy Harris2012-06-201-33/+226
* If the file has an SHB comment or any packet comments, and the userGuy Harris2012-06-201-8/+205
* The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris2012-06-191-16/+19
* Have wtap_get_savable_file_types() take an array of encapsulations andGuy Harris2012-06-171-1/+1
* No pcap, no capture to stop.Guy Harris2012-06-141-0/+2
* When stopping the capture before asking whether to save the results, runGuy Harris2012-06-141-3/+16
* Distinguish between "failed" and "user stopped it" for "save as" andGuy Harris2012-06-051-47/+92
* Use the modal version of the bad display filter alert box in the I/OGuy Harris2012-06-041-2/+2