aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Fix requesting hardware timestamps without -kAhmad Fatoum1-0/+3
2017-08-22Add hardware timestamping supportAhmad Fatoum1-7/+13
2017-08-07Use UAT model for I/O graphMichael Mann1-0/+2
2017-07-17Rename cf_get_comment() to reflect what comment it gets.Guy Harris1-3/+3
2017-07-17Rename section comment get/set routines.Guy Harris3-4/+4
2017-07-13GTK: add a comment better suiting GCC 7 parsingPascal Quantin1-1/+1
2017-07-12GTK: fix compilation with GCC 7Pascal Quantin2-2/+2
2017-07-03Add option to use wall-clock intervalsSake Blok1-52/+52
2017-06-26Change display filter button tooltip formatting.Michael Mann1-1/+1
2017-06-26Add support for comments for a display filter buttonMichael Mann1-2/+11
2017-06-26Convert filter expressions preference data to a UAT.Michael Mann5-415/+121
2017-06-25Sample deprecated filter -> Sample warning filterMichael Mann1-1/+1
2017-06-22Qt: Restore multi custom column width and alignStig Bjørlykke1-1/+1
2017-06-20Fix filter for "Next Packet in Conversation"Peter Wu1-37/+2
2017-06-19Attempt to clean up addr_resolv flags by removing DUMMY_ADDRESS_ENTRYAnthony Coddington1-2/+2
2017-06-16Change some names to reflect Apple's new UNIX-for-Macs name.Guy Harris1-3/+3
2017-06-10Put the non-filter part of epan/color_filters.h into wsutil/color.h.Guy Harris1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris6-20/+20
2017-06-04Bugfix GTK Decode AsMichael Mann1-1/+1
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-1/+0
2017-05-29GTK: Bugfix not allowing extcap capture filters to be verified.Michael Mann1-1/+1
2017-05-28GTK+Qt: Show Osmux Packet Counter on Telephony menuPau Espin Pedrol1-0/+5
2017-05-25GTK: Don't allow extcap capture filters to be verified.Michael Mann1-0/+5
2017-05-16sharkd: export uat records.Jakub Zawadzki1-42/+4
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