aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-29Always supply a g_mallocated error message from select_rlc_lte_session().Guy Harris1-8/+12
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris2-5/+5
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-8/+8
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann11-65/+106
2015-12-23Initialize Qt info_data_t structure in constructor.Michael Mann1-5/+0
2015-12-23Added HAVE_LIBPCAP guardsStig Bjørlykke1-0/+2
2015-12-23capture_info: Fix initialization of packet counterRoland Knall1-0/+3
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-81/+115
2015-12-20Add COL_CUSTOM_PRIME_REGEXStig Bjørlykke1-1/+2
2015-12-20Qt: Add missing multi-field column validationMichal Labedzki5-26/+26
2015-12-19Add menu item for capture comment dialog in GTK+Dirk4-21/+17
2015-12-19sctp_graph_dlg: fix Expression 'tsn->secs >= min_secs' is always true. Unsign...Alexis La Goutte1-2/+2
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann3-3/+11
2015-12-18Qt: use recent.gui_bytes_view preference to remember bits / byte viewPascal Quantin4-9/+6
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+0
2015-12-18Provide routines to set string-like and range preferences from a string.Guy Harris2-33/+4
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-13capture_dlg (gtk): The use of 'if (A) {...} else if (A) {...}' pattern was de...Alexis La Goutte1-3/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde4-10/+8
2015-12-12Clamp zooming so that we don't get zero or negative font sizes.Guy Harris4-26/+17
2015-12-11Fix memory leaks in all_ifaces when interface list changesMikael Kanstrup1-0/+8
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-4/+3
2015-12-07SCTP: Fix warning found by PVS Studioruengeler3-32/+9
2015-12-07Spelling fixes for errors found by lintianBalint Reczey2-2/+2
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-1/+1
2015-12-03Fix address hashing broken in g4f39c60Evan Huus1-4/+4
2015-12-02sctp_chunk_stat_dlg: fix The 'u_data->assoc' variable is assigned values twic...ruengeler1-2/+0