aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/cosine.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-115/+115
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6115
2002-08-16Updates from Motonori Shindo.Guy Harris1-9/+2
svn path=/trunk/; revision=6000
2002-08-06Fix the declaration of "empty_line()" to match the definition.Guy Harris1-2/+2
svn path=/trunk/; revision=5954
2002-08-06Make the argument to "empty_line()" a "const guchar *", so we don't haveGuy Harris1-2/+2
to worry about characters with the 8th bit set being sign-extended. svn path=/trunk/; revision=5953
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-0/+530
svn path=/trunk/; revision=5922