aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
AgeCommit message (Collapse)AuthorFilesLines
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-8/+19
UDP and into the handoff registration routines for the protocols in question. Make the dissectors for those protocols static if they're not called outside the dissector's source file. Get rid of header files if all they did was declare dissectors that are now static; remove declarations of now-static dissectors from header files that do more than just declare the dissector. svn path=/trunk/; revision=1823
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris1-3/+4
month number, add 1 to "tm_mon". svn path=/trunk/; revision=1519
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
svn path=/trunk/; revision=1437
2000-01-01Include <time.h> to declare "gmtime()".Guy Harris1-1/+2
svn path=/trunk/; revision=1407
1999-12-15Updates from James Coe.Guy Harris1-12/+17
svn path=/trunk/; revision=1337
1999-12-09SRVLOC updates from James Coe.Guy Harris1-9/+55
svn path=/trunk/; revision=1264
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1-0/+379
svn path=/trunk/; revision=1234