aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
AgeCommit message (Collapse)AuthorFilesLines
2004-06-02From Mike Frisch:guy1-1/+3
add support for NFSv4 RELEASE_LOCKOWNER and ILLEGAL operations; minor modification to the NFSv4 NULLPROC dissection. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11071 f5534014-38df-0310-8fa8-9805f1628bb7
2003-09-28Prettify NFSv2 decorate COL_INFO and the tree pane as has already been ↵sahlberg1-8/+4
done for v3 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8560 f5534014-38df-0310-8fa8-9805f1628bb7
2003-08-17Prettifying the RPC and NFS (v3) layer.sahlberg1-2/+2
Add more text to the COL_INFO line as well as the protocol trees for NFS and RPC git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8179 f5534014-38df-0310-8fa8-9805f1628bb7
2003-06-10From Mike Frisch: finish NFS_ACL dissector.guy1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7829 f5534014-38df-0310-8fa8-9805f1628bb7
2003-05-21Make dissect_rpc_opaque_data available and allow it to take a dissectionsharpe1-1/+3
routine ... I am not happy with the signature for it as yet, though. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7702 f5534014-38df-0310-8fa8-9805f1628bb7
2003-04-01From Mike Frisch: NFS_ACL support.guy1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7391 f5534014-38df-0310-8fa8-9805f1628bb7
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-2/+2
qualifiers as necessary to ensure that we don't have to. "strcmp()", "strcasecmp()", and "memcmp()" don't return booleans; don't test their results as if they did. Use "guint8", not "guchar", for a pointer to (one or more) 8-bit bytes. Update Michael Tuexen's e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6726 f5534014-38df-0310-8fa8-9805f1628bb7
2002-05-21From Mike Frisch: fix most of the TODOs.guy1-4/+1
Make a pile of things static. Remove declarations of no-longer-extant routines from "packet-nfs.h". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5516 f5534014-38df-0310-8fa8-9805f1628bb7
2002-05-21Option to make filtering on nfs fhandles stateful.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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5515 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-12From Ronnie Sahlberg: file handle to file name resolution in NFS andguy1-1/+4
related protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4533 f5534014-38df-0310-8fa8-9805f1628bb7
2001-01-28Allow dissectors of ONC RPC-based protocols to register themselvesguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2943 f5534014-38df-0310-8fa8-9805f1628bb7
2000-12-01NFS V4 support, from Mike Frisch.guy1-1/+63
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2725 f5534014-38df-0310-8fa8-9805f1628bb7
2000-01-18New constants for ftype3 decoding.girlich1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1507 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-16New define NFS3_COOKIEVERFSIZE.girlich1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1353 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-14Some new constants added.girlich1-1/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1329 f5534014-38df-0310-8fa8-9805f1628bb7
1999-12-09New defines for create modes.girlich1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1257 f5534014-38df-0310-8fa8-9805f1628bb7
1999-11-15Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.nneul1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1034 f5534014-38df-0310-8fa8-9805f1628bb7
1999-10-29Uwe Girlich's ONC RPC and NFS dissectors.guy1-0/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@946 f5534014-38df-0310-8fa8-9805f1628bb7