aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/file_import_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* wiretap: remove unused code, drop number_of_interfacesPeter Wu2014-05-171-1/+0
* Revert "Refactor Wiretap"Guy Harris2014-05-091-1/+1
* Refactor WiretapMichael Mann2014-05-091-1/+1
* Remove garbage character inadvertantly introduced in the previous commit.Bill Meier2014-04-031-1/+1
* (Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier2014-04-031-4/+4
* Migrate GTK icon handling to GTK 3.10 APIBalint Reczey2014-03-111-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Wireshark: Add option to choose format type of capture fileMichal Labedzki2014-02-251-1/+1
* Replace "svn" with "git" all over the place.Gerald Combs2014-02-071-1/+1
* Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki2013-11-101-0/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Move tempfile.{h,c} into wsutil.Jeff Morriss2013-06-261-1/+1
* Fix file_import_dlg.c:132: warning: useless storage class specifier in emptyEvan Huus2013-06-201-1/+1
* Sort the list of encapsulation types, but still have Ethernet be the default.Chris Maynard2013-06-201-3/+39
* Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard2013-06-191-3/+4
* Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler2013-04-051-0/+17
* Use a consistent bracketing style throughout. Add modelines.Chris Maynard2013-04-041-82/+49
* Make the menu item for importing a hex dump text file be "Import fromGuy Harris2013-03-311-2/+2
* From beroset:Bill Meier2013-03-211-6/+6
* Replace gtk_table...() with ws_gtk_grid...();Bill Meier2013-01-101-15/+13
* Fix a bunch of warnings.Guy Harris2012-12-261-11/+11
* Minor cleanup:Bill Meier2012-10-071-186/+172
* Have File->import write pcapng files.Anders Broman2012-09-201-1/+58
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Create a common libui using CMake similar to what we do with Autotools.Gerald Combs2012-09-141-19/+9
* Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris2012-05-251-37/+4
* "Save As" always saves everything and, when the save is done, makes theGuy Harris2012-05-221-1/+1
* Change the "user_saved" member of a capture_file structure toGuy Harris2012-05-201-2/+4
* Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman2012-04-211-18/+18
* Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris2012-01-161-2/+3
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-0/+1202