aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki1-2/+4
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-1/+1
2013-04-26Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus1-1/+0
2013-02-28color_edit_dlg update:Bill Meier1-13/+25
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-29Add 'extern "C"' wrappers and #include guards to various header files.Gerald Combs1-1/+7
2011-07-01Renamed "___tmp_color_filter___" to "___conversation_color_filter___"Stig Bjørlykke1-1/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-4/+0
2010-08-26Doxygen fixes.Anders Broman1-0/+1
2009-09-21Store 'color_filter' as const in 'frame_data'Kovarththanan Rajaratnam1-1/+1
2009-09-06Add NEW_PACKET_LIST guard to color_filters_colorize_packet()Kovarththanan Rajaratnam1-16/+18
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-0/+3
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-0/+6
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer1-1/+1
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok1-1/+8
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok1-2/+3
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-1/+8
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok1-1/+2
2006-10-03fix the memory leak problem mentioned lately by adding and using color_filter...Ulf Lamping1-1/+2
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...Ulf Lamping1-43/+83
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ...Ulf Lamping1-3/+3
2006-10-02various (huge) code cleanup incl. splitting of the coloring dialog and the ac...Ulf Lamping1-2/+5
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping1-0/+7
2005-03-26move some color_filter related things from file.c to color_filters.cUlf Lamping1-0/+15
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping1-25/+26
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping1-1/+1
2004-07-24"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";Guy Harris1-1/+0
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris1-0/+26
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris1-0/+79