aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cosine.c
AgeCommit message (Collapse)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-16Updates from Motonori Shindo.Guy Harris1-16/+6
svn path=/trunk/; revision=6000
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
equivalents for the toplevel directory. The removal of winsock2.h will hopefully not cause any problems under MSVC++, as those files using struct timeval still include wtap.h, which still includes winsock2.h. svn path=/trunk/; revision=5932
2002-07-31From Motonori Shindo: support for reading CoSine L2 debug output.Guy Harris1-0/+207
svn path=/trunk/; revision=5922