aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
Commit message (Collapse)AuthorAgeFilesLines
* From Ronnie Sahlberg: file handle to file name resolution in NFS andGuy Harris2002-01-121-1/+4
| | | | | | related protocols. svn path=/trunk/; revision=4533
* Allow dissectors of ONC RPC-based protocols to register themselvesGuy Harris2001-01-281-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
* NFS V4 support, from Mike Frisch.Guy Harris2000-12-011-1/+63
| | | | svn path=/trunk/; revision=2725
* New constants for ftype3 decoding.Uwe Girlich2000-01-181-1/+10
| | | | svn path=/trunk/; revision=1507
* New define NFS3_COOKIEVERFSIZE.Uwe Girlich1999-12-161-1/+2
| | | | svn path=/trunk/; revision=1353
* Some new constants added.Uwe Girlich1999-12-141-1/+11
| | | | svn path=/trunk/; revision=1329
* New defines for create modes.Uwe Girlich1999-12-091-1/+5
| | | | svn path=/trunk/; revision=1257
* Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.Nathan Neulinger1999-11-151-3/+3
| | | | svn path=/trunk/; revision=1034
* Uwe Girlich's ONC RPC and NFS dissectors.Guy Harris1999-10-291-0/+18
svn path=/trunk/; revision=946