aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-26GTK+: Remove the last original bit of GTK+ code.Gerald Combs1-3301/+0
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs1-3/+3
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-2/+2
2018-02-08Get rid of unneeded #includes.Guy Harris1-2/+0
2018-02-07Move summary.[ch] to libui.Guy Harris1-1/+1
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-08Copy preferences to capture options after the preferences are initially loaded.Guy Harris1-0/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-7/+0
2017-12-14Refactor plugin registration and loadingJoão Valverde1-19/+4
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-4/+1
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs1-1/+4
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-1/+5
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris1-2/+3
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde1-1/+1
2017-10-22AirPcap is Windows only, reflect that in about dialogJoão Valverde1-0/+2
2017-10-16GTK: Remove OSX integration library supportJoão Valverde1-56/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
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