aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
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