aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-12Clamp zooming so that we don't get zero or negative font sizes.Guy Harris1-3/+5
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-1/+1
2015-12-02ui: Guard update_local_interfaces with HAVE_LIBPCAPStig Bjørlykke1-0/+2
2015-12-02ui: Update interfaces when when changing profile.Stig Bjørlykke1-0/+1
2015-11-12[GTK] Replace deprecated gdk_pixbuf_new_from_inline()João Valverde1-34/+105
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+3
2015-10-15Remove ability to make dissectors "private"Michael Mann1-57/+29
2015-10-04Fix various memleaksPeter Wu1-6/+6
2015-09-15Eliminate proto_tree_add_text from odds and ends.Michael Mann1-5/+4
2015-08-26Add missing callback support.Gerald Combs1-0/+6
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-7/+12
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-2/+10
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-0/+42
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+4
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+2
2015-07-02Try to fix: warning C6244: Local declaration of 'airpcap_if_list' hidesAndersBroman1-3/+3
2015-06-29Take all epan_column_info members that always get allocated to "number of col...Michael Mann1-7/+7
2015-06-22Refactor RTD stats.Michael Mann1-0/+2
2015-06-21Further refactor SRT stats.Michael Mann1-0/+2
2015-06-16Don't include <wsutil/frequency-utils.h> if it's not needed.Guy Harris1-1/+0
2015-06-16Add the wireless toolbar.Gerald Combs1-1/+1
2015-04-05Give the welcome screen its own set of callbacks.Guy Harris1-0/+7
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-4/+4
2015-02-20Clear the filter expression list in prefs.c.Gerald Combs1-1/+0
2015-02-20Suppress a bunch of cast-qual warnings.Gerald Combs1-1/+4
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-01-31No main window *to* update in the early argument list parsing.Guy Harris1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-2/+1
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-5/+8
2015-01-17Convert proto_construct_match_selected_string to use wmem.Michael Mann1-0/+2
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+5
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+5
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-52/+82
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+1
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-15/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-0/+5
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-0/+33
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-09-26Move the console log handling code to ui/console.[ch].Gerald Combs1-131/+2
2014-09-25Update the simple dialog code.Gerald Combs1-1/+1
2014-09-23Qt: Add the colorization action.Gerald Combs1-2/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-0/+2
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2