summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@us.ibm.com>2010-01-26 12:09:24 -0800
committerGuy Harris <guy@alum.mit.edu>2010-01-26 12:09:24 -0800
commitc0a91acf9ba0ee60063c9095a8cc9e51ed9e4d62 (patch)
tree328d0408e825ca1c7313760188c5b7d3b990f25a /nfs.h
parent071cdba2b3fa53a5fb78981bc34ac91c03118c34 (diff)
downloadtcpdump-c0a91acf9ba0ee60063c9095a8cc9e51ed9e4d62.tar.gz
Enhance NFS access request messages.
When debugging NFS operations one may find it easier to get the actual access flags decoded rather than having to look up the NFS access flags to find which permissions were requested by the client. Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfs.h b/nfs.h
index e43f7ffc..a5b50258 100644
--- a/nfs.h
+++ b/nfs.h
@@ -215,6 +215,7 @@
#define NFSV3ACCESS_EXTEND 0x08
#define NFSV3ACCESS_DELETE 0x10
#define NFSV3ACCESS_EXECUTE 0x20
+#define NFSV3ACCESS_FULL 0x3f
#define NFSV3WRITE_UNSTABLE 0
#define NFSV3WRITE_DATASYNC 1