aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
AgeCommit message (Collapse)AuthorFilesLines
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris1-3/+8
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
2000-12-01NFS V4 support, from Mike Frisch.Guy Harris1-1/+63
svn path=/trunk/; revision=2725
2000-01-18New constants for ftype3 decoding.Uwe Girlich1-1/+10
svn path=/trunk/; revision=1507
1999-12-16New define NFS3_COOKIEVERFSIZE.Uwe Girlich1-1/+2
svn path=/trunk/; revision=1353
1999-12-14Some new constants added.Uwe Girlich1-1/+11
svn path=/trunk/; revision=1329
1999-12-09New defines for create modes.Uwe Girlich1-1/+5
svn path=/trunk/; revision=1257
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1-3/+3
svn path=/trunk/; revision=1034
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1-0/+18
svn path=/trunk/; revision=946