packet-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_blk_t
[metze/wireshark/wip.git] / color_filters.c
2015-07-11 Gerald CombsQt: Add Colorize Conversation menu items.
2015-07-07 Gerald CombsQt: Add initial Lua support.
2015-02-09 Bill Meier(Trivial) Fix printf-related 'Mismatch on sign' warnings
2015-02-07 Gerald CombsQt: Add the Coloring Rules dialog.
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-08-24 Graham BloiceModify includes of config.h so that out-of-tree builds...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-03 Jakub ZawadzkiWhen including <epan/prefs.h> don't force inclusion...
2013-11-17 Guy HarrisMove the epan/filesystem.c routines to wsutil; they...
2013-10-18 Bill MeierRevert SVN #52650 as per discussion on wireshark-dev
2013-10-16 Anders BromanPrepend to lists rather than append as that's more...
2013-07-18 Anders BromanFrom Cal Turney:
2013-07-17 Anders BromanBacking out r50690 (exept simple_dialog)
2013-07-17 Anders BromanFrom Cal Turney:
2013-04-09 Jeff MorrissDon't try to open <home>/.wireshark on Windows: Wiresha...
2013-02-28 Bill Meiercolor_edit_dlg update:
2013-02-27 Bill MeierUse consistent indentation; Add editor modelines.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-04 Jörg Mayer- Replace packet_list_recreate_visible_rows -> packet_l...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-01-16 Guy HarrisMove some headers for UI stuff, and the alert_box.c...
2011-08-17 Anders BromanFix indentation.
2011-07-01 Stig BjørlykkeRenamed "___tmp_color_filter___" to "___conversation_co...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-17 Guy HarrisMore eradication of old-style function definitions.
2011-04-26 Guy HarrisGet rid of a cast that was causing alignment warnings...
2011-03-08 Chris MaynardDisplay a console warning instead of a simple_dialog...
2011-03-08 Stephen FisherA little more old packet list cleanup
2011-03-08 Sake BlokRemoval of the old packet-list in favor of the new...
2010-10-12 Bill MeierDefine some vars & fcns as static;
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...