aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-54/+54
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-10/+10
2011-07-21Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-215/+197
2011-05-23Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;wmeier1-7/+8
2011-03-16From Roland Knall:etxrab1-31/+444
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-12-10Well, not quite - proto_tree_add_item() doesn't work on FT_ABSOLUTE_TIMEguy1-1/+4
2009-12-10Just use proto_tree_add_item(), don't use a fancy sequence of code thatguy1-5/+1
2009-09-24Don't guard col_append_str with check_colkrj1-8/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-127/+127
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-2/+2
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-05From Daniel Krueger:morriss1-5/+5
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-4/+4
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-13/+13
2007-10-23Apply the small performance enhancment patches for:etxrab1-7/+7
2007-06-06Unconditionally initialize profile (avoid a warning causing the distcheck bui...lego1-1/+1
2007-06-06Fwom David Buechi: Powerlink dissector enhancement:wmeier1-4/+13
2007-03-10From David Buechi:morriss1-12/+26
2007-03-09GCC warning fixesjmayer1-1/+1
2007-02-27From Daniel Krüger:etxrab1-388/+732
2006-11-27Since this dissector is already 'new style' (it returns FALSE if it thinks th...morriss1-13/+13
2006-08-23move the include for emem.h so that size_t is defined before emem.h is invokedsahlberg1-1/+1
2006-08-22From David Buechi:etxrab1-0/+1164