aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cpfi.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21warning: ISO C does not allow extra ; outside of a functionJörg Mayer1-2/+2
svn path=/trunk/; revision=9387
2003-11-19Get rid of unused variables.Guy Harris1-5/+1
svn path=/trunk/; revision=9036
2003-11-19Get rid of some unused arguments and variables.Guy Harris1-9/+28
Clean up the handling of the footer, so that it works even with short frames. svn path=/trunk/; revision=9031
2003-11-19"uint" preferences should be "guint"s, not "int"s.Guy Harris1-3/+3
svn path=/trunk/; revision=9030
2003-11-19Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=9029
2003-11-19From Dave Sclarsky: CPFI support.Guy Harris1-0/+366
svn path=/trunk/; revision=9028