aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-35/+35
"header_field_info" structure, including the ones that are later set by the routines to register fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3561 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-30There are no more old-style (non-tvbuffified) ONC RPC dissectors, so getguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3477 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-23If you put an item into the protocol tree with "dissect_rpc_data_tvb()",guy1-3/+3
it must be FT_BYTES, not FT_STRING. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3441 f5534014-38df-0310-8fa8-9805f1628bb7
2001-04-11Tvbuffified HCLNFSD dissector, from Ronnie Sahlberg.guy1-217/+284
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3291 f5534014-38df-0310-8fa8-9805f1628bb7
2001-02-06The "short name" and "filter name" were reversed; put them in the rightguy1-2/+2
order. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2996 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2943 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-27HCLNFSD support, from Mike Frisch.guy1-0/+762
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2941 f5534014-38df-0310-8fa8-9805f1628bb7