diff options
author | Lucas C. Villa Real <lucasvr@us.ibm.com> | 2010-01-26 12:09:24 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-01-26 12:09:24 -0800 |
commit | c0a91acf9ba0ee60063c9095a8cc9e51ed9e4d62 (patch) | |
tree | 328d0408e825ca1c7313760188c5b7d3b990f25a /nfs.h | |
parent | 071cdba2b3fa53a5fb78981bc34ac91c03118c34 (diff) | |
download | tcpdump-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |