aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-24GTK: Remove packet editorJoão Valverde3-824/+0
2017-11-21Move the protocol registration routines back into libwiresharkJoão Valverde2-2/+2
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-30Make FT_IPv4 a bit more like FT_IPv6.Guy Harris1-3/+2
2017-10-30Get rid of ipv4_get_net_order_addr() and ipv4_get_host_order_addr().Guy Harris1-1/+2
2017-10-29Get rid of unused #defines.Guy Harris1-2/+0
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann2-9/+9
2017-10-28Privatize the conversation_key structureMichael Mann1-3/+1