aboutsummaryrefslogtreecommitdiffstats
path: root/epan/color_filters.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04epan: remove return from functions returning void.Dario Lombardo1-2/+0
2018-10-10Qt: Add back pathLabel in some dialogsStig Bjørlykke1-3/+3
2018-09-29prefs: Don't remove unknown coloring rules.Stig Bjørlykke1-4/+4
2018-09-29prefs: Reset prefs.unknown_colorfilters before reading colorfiltersStig Bjørlykke1-0/+2
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-2/+1
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-3/+2
2018-04-17Remove some GTK+-only code.Gerald Combs1-3/+1
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2018-02-01Fix memleak in color_filters_read_globals()Jakub Zawadzki1-0/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-10/+5
2017-06-09Handle filter open and read errors better.Guy Harris1-70/+67
2017-04-12Rename routines to clarify what they do.Guy Harris1-1/+1
2016-10-04Color filters: Initialize a variable.Gerald Combs1-1/+1
2016-10-03Be more forgiving about invalid Coloring Rules.Gerald Combs1-1/+9
2016-08-04Report the pathname of the color filter file in "Could not compile" messages.Guy Harris1-10/+10
2016-07-29Don't discard unknown coloring rules.Gerald Combs1-2/+2
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-1/+2
2016-06-13Use getc_unlocked in a few places.Gerald Combs1-4/+4
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2016-01-21Fix warning for epan/color-filters.c -[-Wcast-qual]João Valverde1-3/+3
2016-01-01Make color filters part of dissectionMichael Mann1-3/+4
2016-01-01Get rid of trailing whitespace.Guy Harris1-3/+3
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-48/+63
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-0/+843