aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2018-06-26GTK+: Remove the last original bit of GTK+ code.Gerald Combs2-3658/+0
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-1/+1
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-26/+0
2018-04-15Gtk: Remove source codeRoland Knall228-142409/+0
2018-03-27tap: fix remaining potential memleaks with register_tap_listenerPeter Wu1-1/+9
2018-03-26Qt: TCP Stream Graphs dialog updates.Gerald Combs1-0/+1
2018-03-24OID name resolv: Fix MIB/PIB path presentationsJaap Keuter1-1/+1
2018-03-12Remove some unused or hard-coded header checks.Gerald Combs1-2/+0
2018-03-02Remove the endpoint "Map" feature.Gerald Combs1-101/+0
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs1-0/+5
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs3-42/+42
2018-02-21Squelch some cating-away-constness warnings.Guy Harris1-11/+11
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris2-27/+27
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-14/+13
2018-02-15Suppress more PortAudio + Win64 compiler warnings.Gerald Combs1-1/+4
2018-02-10Separately count all records and data records.Guy Harris1-23/+34
2018-02-09Put the preview-generation loop into a common routine.Guy Harris1-53/+19
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris7-20/+20
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-08Get rid of unneeded #includes.Guy Harris2-4/+0
2018-02-07Move summary.[ch] to libui.Guy Harris5-5/+5
2018-02-07Don't assume all packets have time stamps.Guy Harris1-31/+43
2018-01-22gtk: fix memory leak in profile dialog.Jakub Zawadzki1-0/+1
2018-01-22gtk: Fix memory error/double free.Jakub Zawadzki1-2/+1
2018-01-22gtk: Fix memory leak.Jakub Zawadzki1-0/+1
2018-01-22gtk: fix multiple memory leaks in prefs_captureJakub Zawadzki1-26/+16
2018-01-18Make apply_profile_changes() return a non-const pointer.Guy Harris1-2/+2
2018-01-10Fix build with GTK+ and without libsmi and GeoIP.Guy Harris1-2/+0
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris4-11/+11
2018-01-08Copy preferences to capture options after the preferences are initially loaded.Guy Harris1-0/+1
2018-01-08extcap: remove conditional compilation.Dario Lombardo6-55/+5
2018-01-06Add ability for preferences to determine what they can change.Michael Mann6-36/+36
2018-01-05Qt: Move sized toolbar images to stock_icons.Gerald Combs6-51/+51
2018-01-03[glib-compat] Include <wsutil/glib-compat.h>Anders1-0/+1
2017-12-29Populate Remote Interfaces with data from recent fileMichael Mann1-0/+45
2017-12-14Remove a plugin_if_gui_cb type conversion.Gerald Combs3-14/+8
2017-12-14Refactor plugin registration and loadingJoão Valverde1-19/+4
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs2-4/+2
2017-12-11Fix make distcheckJoão Valverde1-5/+3
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs2-2/+4
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde3-48/+32
2017-12-08Have the frame_tvbuff.c routines not use the global cfile.Guy Harris61-28/+125
2017-12-08Move the frame_set stuff back into the capture_file structure.Guy Harris3-11/+11
2017-12-05Convert the file set dialog treewidget to a treeview+model.Gerald Combs1-13/+3
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-04Move the parts of a capture_file used by libwireshark to a new structure.Guy Harris3-11/+11
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-29Threads: Set lifetimes and add a compatibility routine.Gerald Combs1-4/+0
2017-11-26Bugfix DCE/RPC Decode As for GTK.Michael Mann1-2/+4