Commit graph

7 commits

Author SHA1 Message Date
Guy Harris
42107e8614 Move calls to "dissector_add()" out of the register routines for TCP and
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-04-08 07:07:42 +00:00
Guy Harris
5b5f2271cd "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing the
month number, add 1 to "tm_mon".

svn path=/trunk/; revision=1519
2000-01-22 02:00:27 +00:00
Guy Harris
7a943b7810 Fix Gerald's e-mail address.
svn path=/trunk/; revision=1437
2000-01-07 22:05:43 +00:00
Guy Harris
ed23b59fa2 Include <time.h> to declare "gmtime()".
svn path=/trunk/; revision=1407
2000-01-01 21:11:02 +00:00
Guy Harris
d1fa349620 Updates from James Coe.
svn path=/trunk/; revision=1337
1999-12-15 01:48:58 +00:00
Guy Harris
9b2da30def SRVLOC updates from James Coe.
svn path=/trunk/; revision=1264
1999-12-09 20:46:28 +00:00
Guy Harris
e5f812d6ed James Coe's patch to add SRVLOC and NCP-over-IP support.
svn path=/trunk/; revision=1234
1999-12-07 06:13:19 +00:00