aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>1999-12-09 10:08:05 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>1999-12-09 10:08:05 +0000
commitac6c3c2536ae684e2a088a94262eb5dfd8844317 (patch)
tree46549460bfa2815e8870099add00768eca2f8d20 /packet-nfs.h
parent408da29b567fec8f6d437a1d0f7c187ecde6b418 (diff)
New defines for create modes.
svn path=/trunk/; revision=1257
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index 3600835788..8a6f843ba2 100644
--- a/packet-nfs.h
+++ b/packet-nfs.h
@@ -1,5 +1,5 @@
/* packet-nfs.h (c) 1999 Uwe Girlich */
-/* $Id: packet-nfs.h,v 1.2 1999/11/15 14:17:18 nneul Exp $ */
+/* $Id: packet-nfs.h,v 1.3 1999/12/09 10:08:05 girlich Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -10,6 +10,10 @@
#define FHSIZE 32
+#define UNCHECKED 0
+#define GUARDED 1
+#define EXCLUSIVE 2
+
/* the RPC mount protocol needs both function to decode a MNT reply */
int dissect_fhandle(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);
int dissect_nfs_fh3(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);