summaryrefslogtreecommitdiff
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Use glib-compatAndersBroman1-5/+1
2017-02-21Get rid of unused variable.Guy Harris1-1/+0
2017-02-21Have all the remote host list routines' names begin with recent_.Guy Harris1-2/+2
2017-02-21Have a routine to iterate over the remote host list.Guy Harris1-3/+2
2017-02-20Yell at the user less.Gerald Combs6-27/+27
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-16ifdef g_list_free_full it requires glib 2.28AndersBroman1-2/+5
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-10Convert conversation hash tables to use wmem.Michael Mann1-9/+9
2017-02-10service_response_time_table (GTK) fix parameter 'data' not found in the funct...Alexis La Goutte1-1/+1
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann2-6/+8
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann4-10/+14
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-4/+5
2017-02-07Adjust startup count for extcap.Gerald Combs1-1/+1
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-2/+5
2017-02-05GTK: Add 'in' operator in display filter expression dialogJaap Keuter1-94/+162
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-31Add wmem allocator parameter to format_uriMichael Mann1-6/+13
2017-01-31format_text_wmem -> format_textMichael Mann2-5/+5
2017-01-31format_text -> format_text_wmem for wlan dialogsMichael Mann2-6/+18
2017-01-24Fix segfault, when only one TSN is capturedruengeler1-6/+24
2017-01-23GTK+: Yell at the user less.Gerald Combs3-6/+6
2017-01-23tcp_graph (Gtk) Fix Dereference of null pointerAlexis La Goutte1-2/+2
2017-01-23Qt: Reject drag and drop if we're capturing.Gerald Combs1-2/+2
2017-01-22Internalize struct preferenceMichael Mann4-265/+141
2017-01-21Qt: Show merge progress.Gerald Combs3-4/+8
2017-01-20Qt: modify RTT graph (handle GSO, SACK, etc), plus bug fixesKevin Hogan1-16/+39
2017-01-18Fix Access Violation in plugin_if_mainwindow_get_ws_info(...)Paul Offord1-1/+1
2017-01-07Refactor range preference.Michael Mann1-2/+2
2017-01-07Convert range API to always use wmem memory.Michael Mann2-7/+8
2017-01-05Fix comment.Guy Harris1-1/+1
2017-01-05Remove RA_CONFIGURATION.Guy Harris2-6/+2
2017-01-04Clean up indentation.Guy Harris1-11/+11
2017-01-04Include extcap binaries in the count of things to point out during startup.Guy Harris1-0/+6
2017-01-04Add a startup message for Initializing extcap.AndersBroman2-4/+8
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann2-0/+20
2016-12-22Gtk: add initializers.Dario Lombardo1-4/+7
2016-12-21GTK: fix Export Objects sub menu warningPascal Quantin1-2/+2
2016-12-20Qt+Win32: Make software updates more friendly.Gerald Combs1-0/+16
2016-12-20Gtk: don't use GTimeZone/GDateTimeDario Lombardo1-5/+5
2016-12-15Make some items that don't need to be size_t guint.Guy Harris1-1/+1
2016-12-12Remove some GtkCList comments and code.Gerald Combs1-1/+1
2016-12-12Move the declaration of packet_list_select_last_row() to ui/gtk/packet_list.h.Guy Harris2-2/+2
2016-12-12Get rid of some GTK+-only routines in file.c.Guy Harris1-2/+2
2016-12-09ui: move filesystem code to wsutil/filesystem.cDario Lombardo1-0/+2
2016-12-09extcap: add new option type (timestamp).Dario Lombardo2-1/+34
2016-12-06codecs: Add support for G.722 and G.726Peter Wu1-1/+7