aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-04-02Use AC_CHECK_MEMBERSJoão Valverde1-4/+4
2016-03-29Remove an unused variable from both the Gtk and Qt UIs.Jeff Morriss1-9/+1
2016-03-27Pull the invocation of the Lex scanner into common code.Guy Harris1-7/+1
2016-03-27Make failure_alert_box() be printf-like.Guy Harris1-1/+1
2016-03-24rtp_player: fix build with gtk < 2.22.0Stefan Völkel1-2/+2
2016-03-21Fix building without extcap enabledJoão Valverde3-3/+7
2016-03-18IEEE 802.1Q/VLAN: Resolve ID to a describing nameUli Heilmeier1-1/+2
2016-03-15More "FT_BOOLEAN is 64-bit" fixes.Guy Harris1-1/+1
2016-03-15[nmake GTK] Use GENERATED_FILES, GENERATED_C_FILES is no more.AndersBroman1-1/+1
2016-03-15GTK: Revert most of g11b058eJoão Valverde2-32/+17
2016-03-11Remove the last remnants of U3 support.Gerald Combs3-30/+2
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+222
2016-03-03Accept any users choice on file close CID-703318Jaap Keuter1-1/+1
2016-03-01dumpcap: Add support for 802.11ac monitor modesMikael Kanstrup1-1/+1
2016-03-01Don't show a progress bar when previewing for the Qt print dialog.Guy Harris1-1/+1
2016-02-27GTK: make dist fixupsJoão Valverde2-16/+31
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde6-21/+15
2016-02-25Clean up modelines and indentation.Guy Harris4-12/+12
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