aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tsp.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-11Replace value fetches and "proto_tree_add_XXX" calls withGuy Harris1-37/+29
"proto_tree_add_item()" if the value isn't being used. (In one case, there wasn't a corresponding value fetch, and some other value was being put into the tree.) svn path=/trunk/; revision=7846
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+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-01-31First attempt to dissect the Time Synchronization Protocol (TSP)Uwe Girlich1-0/+243
used by timed (or in.timed). svn path=/trunk/; revision=4646