aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-02-27Fix another compile error ....Bill Meier1-1/+1
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+2
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-2/+19
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-0/+15
2007-11-25Make it possible to "move" a filter around the temporary coloring rulesSake Blok1-21/+40
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok1-2/+14
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok1-4/+6
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-5/+99
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok1-3/+15
2007-08-21From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:Richard van der Hoff1-3/+28
2006-11-06fix 1203 as found by stephen fisherUlf Lamping1-1/+2
2006-10-10Fix some compiler warnings.Guy Harris1-2/+3
2006-10-03fix the memory leak problem mentioned lately by adding and using color_filter...Ulf Lamping1-13/+16
2006-10-03changes of the coloring rules sometimes crashed as dissection keeps pointers ...Ulf Lamping1-1/+11
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-87/+137
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ...Ulf Lamping1-17/+24
2006-10-02refactor apply_color_filter() as it was a bit confusing - it will also be a b...Ulf Lamping1-67/+46
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-5/+6
2005-08-14Some 'no previous declararion' warning fixesJörg Mayer1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-1/+10
2005-03-26move some color_filter related things from file.c to color_filters.cUlf Lamping1-0/+54
2005-03-26There's no need to create a directory just because you're about toGuy Harris1-11/+0
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-11/+11
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping1-9/+9
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland1-4/+0
2004-12-31"get_persconffile_path()" doesn't return a "const char *", it justGuy Harris1-3/+3
2004-09-21fixed some comment typosUlf Lamping1-8/+5
2004-07-25From Lars Roland: _NEED_VAR_IMPORT_ has to be defined so that variablesGuy Harris1-0/+5
2004-07-24Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris1-2/+2
2004-07-24Add some comments from Gerald's Windows version of color_filters.c.Guy Harris1-0/+5
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-0/+482