New defines for create modes.
authorgirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Dec 1999 10:08:05 +0000 (10:08 +0000)
committergirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 9 Dec 1999 10:08:05 +0000 (10:08 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1257 f5534014-38df-0310-8fa8-9805f1628bb7

packet-nfs.h

index 3600835788ee096a5e75bafa5bc03d7ca0e05a26..8a6f843ba2a64e2541ccfb4a908f5074380fb539 100644 (file)
@@ -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__
 
 #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);