aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde7-7/+7
2017-09-24GTK: Fix warning for missing actionJoão Valverde1-1/+0
2017-09-23Have sequence analysis properly use filters from taps.Michael Mann1-6/+8
2017-09-22Add Flow Graph functionality to TSharkMichael Mann1-2/+5
2017-09-21Complete move of tap-sequence-analysis.c functionality to sequence_analysis.cMichael Mann3-5/+17
2017-09-20plugins: Be more descriptive in "about wireshark"->"folders"João Valverde1-17/+27
2017-09-20Integrate LBM UIM Flow dialog into "regular" Flow diagram.Michael Mann5-480/+0
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-1/+0
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki2-46/+44
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann2-0/+6
2017-09-14Fix builds without pcap.Guy Harris2-1/+3
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-3/+1
2017-09-06plugins: config.h must not be included by public headersJoão Valverde2-0/+2
2017-09-02Have a single IPv6 tapJoão Valverde1-2/+2
2017-08-28iface_lists: Remove locked fieldMikael Kanstrup3-53/+35
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