Update filter for Windows-only symbols.
[obnox/wireshark/wip.git] / color_filters.c
2010-10-12 wmeierDefine some vars & fcns as static;
2010-03-02 etxrabFrom Hitoshi Irino:
2009-10-19 stigMade some functions static.
2009-09-21 krjStore 'color_filter' as const in 'frame_data'
2009-09-06 krjAdd NEW_PACKET_LIST guard to color_filters_colorize_pac...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-08-10 etxrabFrom Kovarththanan Rajaratnam:
2009-07-20 sfisherIntroduce packet list coloring for the NEW_PACKET_LIST...
2009-06-30 sfisherIntroduce experimental new feature: GTK2 tree view...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-02-27 wmeierFix another compile error ....
2008-02-26 morrissget_datafile_path() and get_persconffile_path() return...
2008-01-14 stigThis patch adds support for configuration profiles...
2007-12-15 sakeChanges the name of the menu item "View/Reset Coloring" to
2007-11-25 sakeMake it possible to "move" a filter around the temporar...
2007-11-25 sakeReset the temporary coloring filters to defaults instea...
2007-11-25 sakeFixes crashing when opening color filters and pressing OK
2007-11-24 sakeThis patch adds (ten) temporary coloring rules which...
2007-11-10 sakeThis patch makes it possible to disable individual...
2007-08-21 richardvFrom Florent DROUIN <florent.drouin@alcatel.fr>, bug...
2006-11-06 ulflfix 1203 as found by stephen fisher
2006-10-10 guyFix some compiler warnings.
2006-10-03 ulflfix the memory leak problem mentioned lately by adding...
2006-10-03 ulflchanges of the coloring rules sometimes crashed as...
2006-10-03 ulflImplement a real "Cancel" button for the coloring rules...
2006-10-02 ulflfurther code cleanup: don't use the term "marked" for...
2006-10-02 ulflrefactor apply_color_filter() as it was a bit confusing...
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2005-11-06 ulflreplace *a lot* of file related calls by their GLib...
2005-08-14 jmayerSome 'no previous declararion' warning fixes
2005-08-05 jmayerMore char -> const char warning fixes.
2005-03-27 ulfladd a new checkitem "Colorize Packet List" into the...
2005-03-26 ulflmove some color_filter related things from file.c to...
2005-03-26 guyThere's no need to create a directory just because...
2005-03-26 ulflcode cleanup: use common prefix for all functions in...
2005-03-25 ulflcode cleanup: the term filter_list was used with differ...
2005-02-13 lrolandchange nmake makefiles in /trunk and /trunk/epan so...
2004-12-31 guy"get_persconffile_path()" doesn't return a "const char...
2004-09-21 ulflfixed some comment typos
2004-07-25 guyFrom Lars Roland: _NEED_VAR_IMPORT_ has to be defined...
2004-07-24 guyRename "create_color()" to "initialize_color()", as...
2004-07-24 guyAdd some comments from Gerald's Windows version of...
2004-07-24 guyMove color_filters.c and color_filters.h up to the...