aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris6-95/+41
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris7-12/+12
2017-03-29Prevent crash/assert on access to "uninitialized" device.if_info.name.Joerg Mayer1-0/+1
2017-03-28Qt: update endpoint statistics column labels to match GTK onesPascal Quantin1-8/+3
2017-03-28Don't wire in 262144, use WTAP_MAX_PACKET_SIZE.Guy Harris1-2/+5
2017-03-28GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535Pascal Quantin3-6/+8
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+8
2017-03-26Move #if 0 up to include the now unused struct definitionJoerg Mayer1-1/+1
2017-03-24Rename a few variables to look more similar to the qt implementationJoerg Mayer1-18/+20
2017-03-24Clean up gtk/capture_dlg.c insert_new_rows a bit.Joerg Mayer1-42/+40
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on macOS with clang-800.0.42.1.Guy Harris1-0/+4
2017-03-19Make GTK compile with HAVE_PCAP_REMOTE on Linux with gcc6Joerg Mayer2-22/+26
2017-03-16proto_dlg.c: Convert GSList into wmem_treeMichael Mann1-156/+173
2017-03-06Switch conversations to use wmem_tree_t instead of (sorted) GSList.Michael Mann3-18/+23
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