aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris1-13/+1
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris1-0/+12
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris1-10/+10
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris1-3/+2
2017-04-18Have a common "capture file close alert box" routine.Guy Harris1-2/+4
2017-04-17Qt: Provide both file save and open preferencesAhmad Fatoum1-3/+6
2017-04-12Rename routines to clarify what they do.Guy Harris4-5/+5
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-0/+10
2017-04-09Pull all the "load settings" calls into a epan_load_settings() routine.Guy Harris1-11/+2
2017-04-09Pull the error reporting into {read,save}_filter_list.Guy Harris2-46/+7
2017-04-09Move the filter file reading code to libui.Guy Harris2-2/+2
2017-04-09Pull the error-reporting code for preference files into read_prefs().Guy Harris1-32/+1
2017-04-09Pull the code to save enabled/disabled lists into libwireshark.Guy Harris2-37/+3
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