aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+1
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+2
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-4/+2
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-08-01Remove proto_help.[ch]Michael Mann1-4/+0
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+4
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-46/+45
2016-06-28Pull quit_after_cap out of the global capture options.Guy Harris1-3/+3
2016-06-26Add an RA_INTERFACES register action.Gerald Combs1-0/+2
2016-06-25Minor UI locale updates.Gerald Combs1-7/+4
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris1-15/+0
2016-06-19Move some option checking to common code.Guy Harris1-47/+0
2016-06-19Don't assume we successfully read the configuration files.Guy Harris1-1/+3
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris1-8/+6
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris1-6/+0
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris1-1/+1
2016-06-19Get rid of an unused variable.Guy Harris1-1/+0
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-0/+5
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-602/+76
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-5/+0
2016-06-16gtk: add initializer (CID 1362745).Dario Lombardo1-0/+1
2016-06-14GTK: Disable liboverlay-scrollbar that crashed wireshark on UbuntuBalint Reczey1-0/+7
2016-06-08Use separate main geometry settings for Qt and GTK+.Gerald Combs1-4/+4
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-2/+2
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-3/+2
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-03-27Make failure_alert_box() be printf-like.Guy Harris1-1/+1
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-1/+2
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-13/+0
2016-02-25Add GResource message to configure scriptJoão Valverde1-12/+12
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris1-6/+6
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-6/+6
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-0/+8
2016-01-31Switch from QLibrary to ws_load_library.Gerald Combs1-1/+1
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike781-1/+1
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+0
2016-01-10GTK: fix infinite loop at startupPeter Wu1-3/+3
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-3/+3
2016-01-01No, you don't have to allocate colors.Guy Harris1-3/+0
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-11/+30
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann1-5/+0
2015-12-23Added HAVE_LIBPCAP guardsStig Bjørlykke1-0/+2
2015-12-23capture_info: Fix initialization of packet counterRoland Knall1-0/+3
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki1-1/+1
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-2/+3
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-7/+5