Keep a copy of the interface description and capture filter around so that
[metze/wireshark/wip.git] / color_filters.c
2010-03-02 Guy HarrisSquelch some compiler warnings.
2009-10-19 Stig BjørlykkeMade some functions static.
2009-09-21 Kovarththanan Raja... Store 'color_filter' as const in 'frame_data'
2009-09-06 Kovarththanan Raja... Add NEW_PACKET_LIST guard to color_filters_colorize_pac...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-08-10 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-20 Stephen FisherIntroduce packet list coloring for the NEW_PACKET_LIST...
2009-06-30 Stephen FisherIntroduce experimental new feature: GTK2 tree view...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-02-27 Bill MeierFix another compile error ....
2008-02-26 Jeff Morrissget_datafile_path() and get_persconffile_path() return...
2008-01-14 Stig BjørlykkeThis patch adds support for configuration profiles...
2007-12-15 Sake BlokChanges the name of the menu item "View/Reset Coloring" to
2007-11-25 Sake BlokMake it possible to "move" a filter around the temporar...
2007-11-25 Sake BlokReset the temporary coloring filters to defaults instea...
2007-11-25 Sake BlokFixes crashing when opening color filters and pressing OK
2007-11-24 Sake BlokThis patch adds (ten) temporary coloring rules which...
2007-11-10 Sake BlokThis patch makes it possible to disable individual...
2007-08-21 Richard van der... From Florent DROUIN <florent.drouin@alcatel.fr>, bug...
2006-11-06 Ulf Lampingfix 1203 as found by stephen fisher
2006-10-10 Guy HarrisFix some compiler warnings.
2006-10-03 Ulf Lampingfix the memory leak problem mentioned lately by adding...
2006-10-03 Ulf Lampingchanges of the coloring rules sometimes crashed as...
2006-10-03 Ulf LampingImplement a real "Cancel" button for the coloring rules...
2006-10-02 Ulf Lampingfurther code cleanup: don't use the term "marked" for...
2006-10-02 Ulf Lampingrefactor apply_color_filter() as it was a bit confusing...
2006-05-22 Ronnie Sahlbergethereal->wireshark updates
2006-05-21 Ronnie Sahlbergname change
2005-11-06 Ulf Lampingreplace *a lot* of file related calls by their GLib...
2005-08-14 Jörg MayerSome 'no previous declararion' warning fixes
2005-08-05 Jörg MayerMore char -> const char warning fixes.
2005-03-27 Ulf Lampingadd a new checkitem "Colorize Packet List" into the...
2005-03-26 Ulf Lampingmove some color_filter related things from file.c to...
2005-03-26 Guy HarrisThere's no need to create a directory just because...
2005-03-26 Ulf Lampingcode cleanup: use common prefix for all functions in...
2005-03-25 Ulf Lampingcode cleanup: the term filter_list was used with differ...
2005-02-13 Lars Rolandchange nmake makefiles in /trunk and /trunk/epan so...
2004-12-31 Guy Harris"get_persconffile_path()" doesn't return a "const char...
2004-09-21 Ulf Lampingfixed some comment typos
2004-07-25 Guy HarrisFrom Lars Roland: _NEED_VAR_IMPORT_ has to be defined...
2004-07-24 Guy HarrisRename "create_color()" to "initialize_color()", as...
2004-07-24 Guy HarrisAdd some comments from Gerald's Windows version of...
2004-07-24 Guy HarrisMove color_filters.c and color_filters.h up to the...