aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-31From Mike Frisch: fix a problem with decoding the AUTHORIZE call.Guy Harris1-4/+4
Update his e-mail address in the AUTHORS file while we're at it. svn path=/trunk/; revision=5923
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-2/+2
static, and add a new "packet-data.h" to declare "proto_data". Display escape sequences in octal in the IAPP dissector, as is now done in the RADIUS dissector. svn path=/trunk/; revision=5441
2002-04-25Include <string.h> to declare "strlen()".Guy Harris1-2/+2
svn path=/trunk/; revision=5250
2002-04-03Removed many senseless pinfo parameters in RPC dissection and the layers above.Uwe Girlich1-76/+75
svn path=/trunk/; revision=5090
2002-04-01Use "proto_tree_add_item()" to add IP addresses; that eliminates a bunchGuy Harris1-13/+3
of work *and* gets rid of the incorrect "convert from network to host byte order and then byte-swap" code. svn path=/trunk/; revision=5075
2002-04-01Fix to decoding of the AUTHORIZE call, from Mike Frisch.Guy Harris1-10/+76
svn path=/trunk/; revision=5074
2002-04-01Bug fix from Mike Frisch.Guy Harris1-24/+3
svn path=/trunk/; revision=5072
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-6/+2
related protocols. svn path=/trunk/; revision=4533
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