aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-11Qt: Add Colorize Conversation menu items.Gerald Combs1-1/+17
2015-07-07Qt: Add initial Lua support.Gerald Combs1-1/+1
2015-02-09(Trivial) Fix printf-related 'Mismatch on sign' warningsBill Meier1-1/+1
2015-02-07Qt: Add the Coloring Rules dialog.Gerald Combs1-9/+5
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-8/+16
2014-10-17Don't use ctype.h routines.Guy Harris1-3/+2
2014-08-24Modify includes of config.h so that out-of-tree builds, i.e. CMakeGraham Bloice1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki1-0/+1
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-10-18Revert SVN #52650 as per discussion on wireshark-devBill Meier1-3/+3
2013-10-16Prepend to lists rather than append as that's more efficient.Anders Broman1-3/+3
2013-07-18From Cal Turney:Anders Broman1-1/+3
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman1-3/+1
2013-07-17From Cal Turney:Anders Broman1-1/+3
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-2/+2
2013-02-28color_edit_dlg update:Bill Meier1-18/+18
2013-02-27Use consistent indentation; Add editor modelines.Bill Meier1-467/+479
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-16Move some headers for UI stuff, and the alert_box.c UI-specific file, toGuy Harris1-2/+3
2011-08-17Fix indentation.Anders Broman1-41/+41
2011-07-01Renamed "___tmp_color_filter___" to "___conversation_color_filter___"Stig Bjørlykke1-3/+3
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-6/+6
2011-05-17More eradication of old-style function definitions.Guy Harris1-1/+1
2011-04-26Get rid of a cast that was causing alignment warnings and that was bogusGuy Harris1-1/+1
2011-03-08Display a console warning instead of a simple_dialog for invalid color filters.Chris Maynard1-3/+2
2011-03-08A little more old packet list cleanupStephen Fisher1-3/+1
2011-03-08Removal of the old packet-list in favor of the new packet list.Sake Blok1-13/+0
2010-10-12Define some vars & fcns as static;Bill Meier1-28/+28
2010-03-02Squelch some compiler warnings.Guy Harris1-24/+24
2009-10-19Made some functions static.Stig Bjørlykke1-3/+3
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-2/+6
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+2
2009-08-10From Kovarththanan Rajaratnam:Anders Broman1-1/+2
2009-07-20Introduce packet list coloring for the NEW_PACKET_LIST. One caveat: whenStephen Fisher1-4/+9
2009-06-30Introduce experimental new feature: GTK2 tree view based packet listStephen Fisher1-0/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-16/+16
2008-02-27Fix another compile error ....Bill Meier1-1/+1
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss1-0/+2
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-2/+19
2007-12-15Changes the name of the menu item "View/Reset Coloring" toSake Blok1-0/+15
2007-11-25Make it possible to "move" a filter around the temporary coloring rulesSake Blok1-21/+40
2007-11-25Reset the temporary coloring filters to defaults instead of doing itSake Blok1-2/+14
2007-11-25Fixes crashing when opening color filters and pressing OKSake Blok1-4/+6
2007-11-24This patch adds (ten) temporary coloring rules which will only live until Wir...Sake Blok1-5/+99
2007-11-10This patch makes it possible to disable individual coloring rules Sake Blok1-3/+15
2007-08-21From Florent DROUIN <florent.drouin@alcatel.fr>, bug 1518:Richard van der Hoff1-3/+28