Revert "plaintext=decrypt_krb5_data => enc_key_t"
[metze/wireshark/wip.git] / epan / color_filters.c
2018-10-10 Stig BjørlykkeQt: Add back pathLabel in some dialogs
2018-09-29 Stig Bjørlykkeprefs: Don't remove unknown coloring rules.
2018-09-29 Stig Bjørlykkeprefs: Reset prefs.unknown_colorfilters before reading...
2018-09-19 Gerald CombsTry to discourage the use of APIs via counting.
2018-04-17 Andersglib: Use g_slist_free_full() in a couple of places.
2018-04-17 Gerald CombsRemove some GTK+-only code.
2018-02-08 Dario Lombardoepan: use SPDX indentifiers.
2018-02-01 Jakub ZawadzkiFix memleak in color_filters_read_globals()
2017-10-15 Ahmad FatoumRemove superfluous null-checks before strdup/free
2017-06-09 Guy HarrisHandle filter open and read errors better.
2017-04-12 Guy HarrisRename routines to clarify what they do.
2016-10-04 Gerald CombsColor filters: Initialize a variable.
2016-10-03 Gerald CombsBe more forgiving about invalid Coloring Rules.
2016-08-04 Guy HarrisReport the pathname of the color filter file in "Could...
2016-07-29 Gerald CombsDon't discard unknown coloring rules.
2016-07-26 Michael MannFix some of the checkAPIs.pl warnings for g_warning.
2016-06-13 Gerald CombsUse getc_unlocked in a few places.
2016-02-16 João Valverdeconst gpointer -> gconstpointer
2016-01-21 João ValverdeFix warning for epan/color-filters.c -[-Wcast-qual]
2016-01-01 Michael MannMake color filters part of dissection
2016-01-01 Guy HarrisGet rid of trailing whitespace.
2016-01-01 Guy HarrisNo need for toolkit-dependent color initialization.
2015-12-28 Michael MannRefactor GUI dependencies out of color_filters.[ch...