aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toguy1-2/+3
2011-08-17Fix indentation.etxrab1-41/+41
2011-07-01Renamed "___tmp_color_filter___" to "___conversation_color_filter___"stig1-3/+3
2011-06-28Replace all strerror() with g_strerror().stig1-6/+6
2011-05-17More eradication of old-style function definitions.guy1-1/+1
2011-04-26Get rid of a cast that was causing alignment warnings and that was bogusguy1-1/+1
2011-03-08Display a console warning instead of a simple_dialog for invalid color filters.cmaynard1-3/+2
2011-03-08A little more old packet list cleanupsfisher1-3/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.sake1-13/+0
2010-10-12Define some vars & fcns as static;wmeier1-28/+28
2010-03-02From Hitoshi Irino:etxrab1-24/+24
2009-10-19Made some functions static.stig1-3/+3
2009-09-21Store 'color_filter' as const in 'frame_data'krj1-1/+1
2009-09-06Add NEW_PACKET_LIST guard to color_filters_colorize_packet()krj1-2/+6
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-08-10From Kovarththanan Rajaratnam:etxrab1-1/+2
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whensfisher1-4/+9
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listsfisher1-0/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-16/+16
2008-02-27Fix another compile error ....wmeier1-1/+1
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,morriss1-0/+2
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-2/+19
2007-12-15Changes the name of the menu item "View/Reset Coloring" tosake1-0/+15
2007-11-25Make it possible to "move" a filter around the temporary coloring rulessake1-21/+40
2007-11-25Reset the temporary coloring filters to defaults instead of doing itsake1-2/+14
2007-11-25Fixes crashing when opening color filters and pressing OKsake1-4/+6
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...sake1-5/+99
2007-11-10This patch makes it possible to disable individual coloring rules sake1-3/+15
2007-08-21From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:richardv1-3/+28
2006-11-06fix 1203 as found by stephen fisherulfl1-1/+2
2006-10-10Fix some compiler warnings.guy1-2/+3
2006-10-03fix the memory leak problem mentioned lately by adding and using color_filter...ulfl1-13/+16
2006-10-03changes of the coloring rules sometimes crashed as dissection keeps pointers ...ulfl1-1/+11
2006-10-03Implement a real "Cancel" button for the coloring rules dialog - this was a h...ulfl1-87/+137
2006-10-02further code cleanup: don't use the term "marked" for the color filters, the ...ulfl1-17/+24
2006-10-02refactor apply_color_filter() as it was a bit confusing - it will also be a b...ulfl1-67/+46
2006-05-22ethereal->wireshark updatessahlberg1-1/+1
2006-05-21name changesahlberg1-2/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-5/+6
2005-08-14Some 'no previous declararion' warning fixesjmayer1-1/+1
2005-08-05More char -> const char warning fixes.jmayer1-2/+2
2005-03-27add a new checkitem "Colorize Packet List" into the View menuulfl1-1/+10
2005-03-26move some color_filter related things from file.c to color_filters.culfl1-0/+54
2005-03-26There's no need to create a directory just because you're about toguy1-11/+0
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl1-11/+11
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...ulfl1-9/+9
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatlroland1-4/+0
2004-12-31"get_persconffile_path()" doesn't return a "const char *", it justguy1-3/+3
2004-09-21fixed some comment typosulfl1-8/+5