aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-14Fix builds without pcap.Guy Harris1-1/+1
2017-08-22Add hardware timestamping supportAhmad Fatoum1-7/+13
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-11/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris1-16/+2
2017-04-09Move the filter file reading code to libui.Guy Harris1-1/+1
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-32/+1
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris1-1/+1
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-91/+28
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+8
2017-02-20Yell at the user less.Gerald Combs1-3/+3
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-10filter_list: add cleanup function and call it on exit.Dario Lombardo1-0/+1
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-03Fix builds without libpcap.Guy Harris1-0/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-11/+21
2017-01-23GTK+: Yell at the user less.Gerald Combs1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris1-1/+0
2017-01-04Clean up indentation.Guy Harris1-11/+11
2017-01-04Add a startup message for Initializing extcap.AndersBroman1-4/+5
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+12
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-0/+16
2016-12-05Clean up initialization code for programs.Guy Harris1-2/+3
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-04Show codec information in About dialogPeter Wu1-0/+2
2016-12-04codecs: allow it to be used without pluginsPeter Wu1-1/+1
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-6/+7
2016-10-12MTP3: Added SS7 Point Code Name ResolutionBinh Trinh1-1/+2
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