aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Add GResource message to configure scriptJoão Valverde13-49/+49
2016-02-23Making wiretap option blocks more generic.Michael Mann1-31/+25
2016-02-21tshark: load decode_as_entries fileMichael Mann1-1/+7
2016-02-21autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde1-1/+2
2016-02-18Another include that needs fixing.Guy Harris1-1/+1
2016-02-18Don't add the wiretap directory to the list of include directories.Guy Harris25-36/+36
2016-02-18Qt: Add regex support in Find PacketStig Bjørlykke1-0/+1
2016-02-16const gpointer -> gconstpointerJoão Valverde4-12/+12
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde6-15/+21
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde6-21/+15
2016-02-07GTK: Check if lrint() is usable, fix warnings [-Wbad-function-cast]João Valverde2-62/+70
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-6/+6
2016-02-01main_toolbar: fix redundant redeclaration of ‘cfile’ [-Wredundant-decls]Alexis La Goutte1-2/+0
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-0/+8
2016-01-31Switch from QLibrary to ws_load_library.Gerald Combs1-1/+1
2016-01-28autotools: Don't use "user variables" to set build flagsJoão Valverde1-12/+5
2016-01-27Allow/Create an option to use "capture filter" labels defined in wireshark GU...Mike782-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-1/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris5-17/+17
2016-01-23ui: Code cleanupStig Bjørlykke1-41/+33
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris4-6/+6
2016-01-21profile_name_is_valid() returns a malloced string [-Wcast-qual]João Valverde1-1/+1
2016-01-21Avoid returning malloced memory as const [-Wcast-qual]João Valverde3-15/+15
2016-01-18extcap: add masked to options.Dario Lombardo1-0/+5
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-1/+1
2016-01-15plugin_if: Add function to get capture file infoPaul Offord1-0/+56
2016-01-13Do not apply color rule filter every dissectionPeter Wu1-1/+3
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann17-1663/+437
2016-01-12Fix indentation.Guy Harris1-1/+1
2016-01-12Add some missing curly braces.Guy Harris1-1/+2
2016-01-11Lua: Added reload_lua_pluginsStig Bjørlykke1-2/+3
2016-01-10GTK: fix infinite loop at startupPeter Wu1-3/+3
2016-01-07Don't include much of anything if HAVE_LIBPCAP isn't defined.Guy Harris1-2/+4
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde5-54/+28
2016-01-07Get rid of unused #define.Guy Harris1-6/+0
2016-01-06KISS the Follow TCP functionality.Michael Mann4-219/+109
2016-01-04Remove unneeded "#if 0"ed out code.Guy Harris1-84/+6
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris1-81/+21
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris2-6/+6
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-3/+1
2016-01-03Cleanup follow stream codeMichael Mann6-41/+47
2016-01-03Add HTTP Follow streamMichael Mann10-6/+387
2016-01-01Make color filters part of dissectionMichael Mann1-3/+0
2016-01-01GTK: add a missing cast in dissector_tables_dlg.cPascal Quantin1-1/+1
2016-01-01No need for toolkit-dependent color initialization.Guy Harris5-30/+36
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris2-4/+2
2016-01-01Remove more unused stuff.Guy Harris1-3/+0
2016-01-01No, you don't have to allocate colors.Guy Harris5-104/+1
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde1-2/+2
2015-12-31Don't cast away constness.Guy Harris1-13/+11