aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tsp.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace value fetches and "proto_tree_add_XXX" calls withGuy Harris2003-06-111-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
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-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
* First attempt to dissect the Time Synchronization Protocol (TSP)Uwe Girlich2002-01-311-0/+243
used by timed (or in.timed). svn path=/trunk/; revision=4646