aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
AgeCommit message (Collapse)AuthorFilesLines
2001-02-06The "short name" and "filter name" were reversed; put them in the rightGuy Harris1-2/+2
order. svn path=/trunk/; revision=2996
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-3/+3
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-27HCLNFSD support, from Mike Frisch.Guy Harris1-0/+762
svn path=/trunk/; revision=2941