aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-35/+35
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getGuy Harris1-57/+57
rid of support for them, and remove the "_tvb" from the end of the names of RPC type dissection routines. Update Gerald's e-mail address. svn path=/trunk/; revision=3477
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data_tvb()",Guy Harris1-3/+3
it must be FT_BYTES, not FT_STRING. svn path=/trunk/; revision=3441
2001-04-11Tvbuffified HCLNFSD dissector, from Ronnie Sahlberg.Guy Harris1-217/+284
svn path=/trunk/; revision=3291
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