aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_file_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Gtk: Remove source codeRoland Knall2018-04-151-2365/+0
* Separately count all records and data records.Guy Harris2018-02-101-23/+34
* Put the preview-generation loop into a common routine.Guy Harris2018-02-091-53/+19
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-4/+4
* Get rid of unneeded #includes.Guy Harris2018-02-081-2/+0
* Don't assume all packets have time stamps.Guy Harris2018-02-071-31/+43
* Use pcapng as the name of the file format.Guy Harris2018-01-091-5/+5
* Remove superfluous null-checks before strdup/freeAhmad Fatoum2017-10-151-4/+2
* Rename ui_util.h -> ws_ui_util.hPeter Wu2017-10-151-1/+1
* Qt: Show merge progress.Gerald Combs2017-01-211-3/+3
* Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2016-12-041-4/+3
* Remove name resolution from the file dialogs.Gerald Combs2016-09-091-71/+19
* Don't close Wireshark (GTK) if user cancels Save on Close.Michael Mann2016-06-221-13/+18
* Accept any users choice on file close CID-703318Jaap Keuter2016-03-031-1/+1
* No need for toolkit-dependent color initialization.Guy Harris2016-01-011-1/+1
* Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann2015-12-281-5/+10
* Qt: Fix a merge crash.Gerald Combs2015-11-171-1/+1
* Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris2015-11-071-4/+0
* Clean up ftype-conversion and dfilter error message string handling.Guy Harris2015-01-181-4/+8
* capture file dlg (GTK): Nesting level does not match indendation (CID 1159217)Alexis La Goutte2015-01-071-1/+2
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-3/+3
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-20/+15
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-15/+20
* Revert "Refactor Wiretap"Guy Harris2014-05-091-6/+6
* Refactor WiretapMichael Mann2014-05-091-6/+6
* Fix Bug 9903: 'Clicking reload-file ignores selected file format reader'Hadriel Kaplan2014-03-211-2/+2
* Migrate GTK icon handling to GTK 3.10 APIBalint Reczey2014-03-111-2/+2
* win32: Implement format type selector in open file dialogMichal Labedzki2014-03-041-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Use correct macro to really fix MacOSX buildbotEvan Huus2014-02-251-3/+3
* Include old-gtk-compat.h to fix build.Evan Huus2014-02-251-0/+1
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-5/+26
* Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman2014-01-201-1/+1
* Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris2013-11-171-1/+1
* Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki2013-11-091-1/+1
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-9/+10
* Remove GTK+ and global cfile dependencies from file_dlg_win32.c.Gerald Combs2013-10-111-2/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-09-021-1/+0
* The export PDU mechanism creates a new capture which contains only theMartin Kaiser2013-08-211-0/+70
* Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss2013-07-161-2/+3
* Move some more modules into epan.Jeff Morriss2013-07-111-1/+0
* Give file_selection_new() an argument to specify the parent window ofGuy Harris2013-05-141-7/+7
* Fix indentation.Guy Harris2013-05-141-1/+1
* Use gtk_dialog_set_alternative_button_order() to set the "alternative"Guy Harris2013-05-141-68/+31
* Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris2013-05-131-1/+0
* Rename cf_not_saved() to cf_has_unsaved_data() to clarify what itGuy Harris2013-04-021-2/+2
* Add routines to file.c to indicate whether:Guy Harris2013-04-011-7/+6
* Add a wtap_dump_can_write() routine that indicates whether WiretapGuy Harris2013-04-011-12/+2
* Define a collection of bits for different types of capture file comments.Guy Harris2013-04-011-47/+52
* From beroset:Bill Meier2013-03-211-6/+6