aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/expert_comp_table.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-19expert_comp: Fix some memory leaks (several non-trivial);Bill Meier1-22/+42
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-13/+13
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-4/+4
2009-01-18Set the packet details counter column to 1, as it's one expert info per packet.Jaap Keuter1-0/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-17- Don't create illegal filter from context menu.Stig Bjørlykke1-56/+37
2008-04-13sort #includes by directoriesUlf Lamping1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-49/+49
2008-04-11second round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-1/+1
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-69/+69
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-262/+0
2007-12-09Add extra parenthesization, tweak name of argument to some macros toGuy Harris1-8/+8
2007-12-04Add macros for various filter actions and types, and to combine themGuy Harris1-67/+86
2007-12-04More whitespace cleanup.Guy Harris1-8/+7
2007-12-04Clean up indentation.Guy Harris1-1/+1
2007-12-03Clean up indentation. Guy Harris1-106/+106
2007-12-02fix bug #1594: compositions must be differentiated by both protocol and summa...Ulf Lamping1-1/+2
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-0/+4
2007-07-16Fix a couple "cast to pointer from integer of different size" warnings when b...Jeff Morriss1-2/+2
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2007-04-20Fix bug #1547: Expert Info Composite column "Count" is not sorting numericallyStephen Fisher1-2/+2
2007-02-19Squelch a few unused parameter warnings.Jeff Morriss1-1/+1
2007-01-22Fix various compiler warningsStephen Fisher1-1/+0
2006-12-11We only need to add the tree view to its containing scrolled windowGuy Harris1-72/+70
2006-11-27g_strdup takes one parameter not twoRonnie Sahlberg1-3/+3
2006-11-27remove unused variable: tooltipsRonnie Sahlberg1-1/+0
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-1/+3
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-11/+13
2006-10-17from Stephen Fisher:Ulf Lamping1-1/+1
2006-08-31move value_strings from expert_dialogs into expert.c to remove duplicatesUlf Lamping1-14/+0
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-05-15Clean up indentation.Guy Harris1-28/+28
2006-05-04From Greg Morris:Anders Broman1-263/+488
2006-03-19Get rid of extra arguments in g_strdup_printf() calls (the end of theGuy Harris1-193/+193
2006-03-02From Greg Morris:Anders Broman1-3/+3
2006-01-20Cleaning up copy to CSV codeJaap Keuter1-17/+15
2005-11-25fix a simple GTK1 warningUlf Lamping1-1/+4
2005-11-25from Greg Morris:Ulf Lamping1-0/+677