aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-28Remove display of "old" key in GTK configuration hashtable dialogMichael Mann1-16/+1
2017-10-28Share use of conversation_hash_exactMichael Mann1-59/+0
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-23Improve http object export for URLs with long extensionsEldon Stegall1-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 Valverde4-201/+3
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-2/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum12-53/+22
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu11-12/+12
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-2/+2
2017-10-03prefs_filter_expressions (GTK): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1