aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/file_import_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-15Gtk: Remove source codeRoland Knall1-1224/+0
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-2/+2
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-1/+0
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris1-10/+10
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-3/+2
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-2/+4
2017-03-28Don't wire in 262144, use WTAP_MAX_PACKET_SIZE.Guy Harris1-2/+5
2017-03-28GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin1-1/+1
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin1-1/+6
2016-07-14Redo the block options APIs.Guy Harris1-12/+12
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-2/+4
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-9/+6
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris1-1/+6
2016-03-27Pull the invocation of the Lex scanner into common code.Guy Harris1-7/+1
2016-02-23Making wiretap option blocks more generic.Michael Mann1-31/+25
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-1/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-9/+8
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-6/+3
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-1/+3
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-10/+15
2015-01-03Use g_strdup_printf(), rather than a fixed-length buffer, for the app name.Guy Harris1-2/+4
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-3/+0
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