aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/file_import_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-2/+2
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-1/+1
2014-05-09Refactor WiretapMichael Mann1-1/+1
2014-04-03Remove garbage character inadvertantly introduced in the previous commit.Bill Meier1-1/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier1-4/+4
2014-03-11Migrate GTK icon handling to GTK 3.10 APIBalint Reczey1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+1
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-1/+1
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-26Move tempfile.{h,c} into wsutil.Jeff Morriss1-1/+1
2013-06-20Fix file_import_dlg.c:132: warning: useless storage class specifier in emptyEvan Huus1-1/+1
2013-06-20Sort the list of encapsulation types, but still have Ethernet be the default.Chris Maynard1-3/+39
2013-06-19Allow for column headers not to be printed in order to make it possible to ex...Chris Maynard1-3/+4
2013-04-05Add checkbox for the direction indication to the "Import from Hex Dump" dialog.Irene Rüngeler1-0/+17
2013-04-04Use a consistent bracketing style throughout. Add modelines.Chris Maynard1-82/+49
2013-03-31Make the menu item for importing a hex dump text file be "Import fromGuy Harris1-2/+2
2013-03-21From beroset:Bill Meier1-6/+6
2013-01-10Replace gtk_table...() with ws_gtk_grid...();Bill Meier1-15/+13
2012-12-26Fix a bunch of warnings.Guy Harris1-11/+11
2012-10-07Minor cleanup:Bill Meier1-186/+172
2012-09-20Have File->import write pcapng files.Anders Broman1-1/+58
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs1-19/+9
2012-05-25Use GTK+'s GtkMessageDialog for the questions we ask in the process ofGuy Harris1-37/+4
2012-05-22"Save As" always saves everything and, when the save is done, makes theGuy Harris1-1/+1
2012-05-20Change the "user_saved" member of a capture_file structure toGuy Harris1-2/+4
2012-04-21Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().Anders Broman1-18/+18
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+3
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-0/+1202