aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Qt: Show merge progress.Gerald Combs1-3/+3
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris1-4/+3
2016-09-09Remove name resolution from the file dialogs.Gerald Combs1-71/+19
2016-06-22Don't close Wireshark (GTK) if user cancels Save on Close.Michael Mann1-13/+18
2016-03-03Accept any users choice on file close CID-703318Jaap Keuter1-1/+1
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-1/+1
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-5/+10
2015-11-17Qt: Fix a merge crash.Gerald Combs1-1/+1
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-4/+8
2015-01-07capture file dlg (GTK): Nesting level does not match indendation (CID 1159217)Alexis La Goutte1-1/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-20/+15
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-15/+20
2014-05-09Revert "Refactor Wiretap"Guy Harris1-6/+6
2014-05-09Refactor WiretapMichael Mann1-6/+6
2014-03-21Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan1-2/+2
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-2/+2
2014-03-04win32: Implement format type selector in open file dialogMichal Labedzki1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Use correct macro to really fix MacOSX buildbotEvan Huus1-3/+3
2014-02-25Include old-gtk-compat.h to fix build.Evan Huus1-0/+1
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-5/+26
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman1-1/+1
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