Commit Graph

8 Commits

Author SHA1 Message Date
Guy Harris b2ae96ed4d Allow dissectors of ONC RPC-based protocols to register themselves
either with a table of old-style dissectors or a table of tvbuffified
dissectors, and have the RPC dissector pass the appropriate arguments to
the dissectors.

Finish tvbuffifying the NLM dissector, getting rid of the last traces of
old-style dissector code.

In those routines in the NFS dissector that take new-style arguments
(because they're called from the NLM dissector), make them take an
offset as an argument, so they don't assume that they're handed a tvbuff
starting at the stuff they're supposed to dissect, and make the versions
that take old-style arguments construct a tvbuff and call the versions
that take new-style arguments.  Do the latter with the routines in
"packet-rpc.c" as well.

svn path=/trunk/; revision=2943
2001-01-28 03:39:48 +00:00
Guy Harris a810e733e6 NFS V4 support, from Mike Frisch.
svn path=/trunk/; revision=2725
2000-12-01 00:38:20 +00:00
Uwe Girlich 13ad87182d New constants for ftype3 decoding.
svn path=/trunk/; revision=1507
2000-01-18 11:54:07 +00:00
Uwe Girlich c920176324 New define NFS3_COOKIEVERFSIZE.
svn path=/trunk/; revision=1353
1999-12-16 08:34:10 +00:00
Uwe Girlich 85ba8ceb82 Some new constants added.
svn path=/trunk/; revision=1329
1999-12-14 11:48:03 +00:00
Uwe Girlich ac6c3c2536 New defines for create modes.
svn path=/trunk/; revision=1257
1999-12-09 10:08:05 +00:00
Nathan Neulinger b72c0d1f60 Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.
svn path=/trunk/; revision=1034
1999-11-15 14:17:20 +00:00
Guy Harris dc6963e2d4 Uwe Girlich's ONC RPC and NFS dissectors.
svn path=/trunk/; revision=946
1999-10-29 01:11:23 +00:00