aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
AgeCommit message (Collapse)AuthorFilesLines
2002-05-21From Mike Frisch: fix most of the TODOs.Guy Harris1-4/+1
Make a pile of things static. Remove declarations of no-longer-extant routines from "packet-nfs.h". svn path=/trunk/; revision=5516
2002-05-21Option to make filtering on nfs fhandles stateful.Ronnie Sahlberg1-1/+11
When this ption is enabled in Protocols/NFS displayfilters for fhandle fields such as nfs.fh.{hash|name|full_name} will find both the request and matching response packets even if the fhandle is only present in one of the packets. The option supports all NFS and related protocols which use nfs fhandles including async NLM. The option will not work with nfs packets containing multiple fhandles in one PDU, nor will it work if tcp collapses multiple segments/pdus into one larger segment. It only works for async NLM if one first enables the MSG/RES stateful matching for async NLM. svn path=/trunk/; revision=5515
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris1-1/+4
related protocols. svn path=/trunk/; revision=4533
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