aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-13/+13
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-7/+7
2007-06-06Unconditionally initialize profile (avoid a warning causing the distcheck bui...Luis Ontanon1-1/+1
2007-06-06Fwom David Buechi: Powerlink dissector enhancement:Bill Meier1-4/+13
2007-03-10From David Buechi:Jeff Morriss1-12/+26
2007-03-09GCC warning fixesJörg Mayer1-1/+1
2007-02-27From Daniel Krüger:Anders Broman1-388/+732
2006-11-27Since this dissector is already 'new style' (it returns FALSE if it thinks th...Jeff Morriss1-13/+13
2006-08-23move the include for emem.h so that size_t is defined before emem.h is invokedRonnie Sahlberg1-1/+1
2006-08-22From David Buechi:Anders Broman1-0/+1164