aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorgirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-14 11:48:03 +0000
committergirlich <girlich@f5534014-38df-0310-8fa8-9805f1628bb7>1999-12-14 11:48:03 +0000
commite341b5a982bc47989f8c7ce5f9b729db9cbe3e14 (patch)
treea3a5c9a1dba30c847968e55af07b494a915067da /packet-nfs.h
parent2ba3c9fdac485bca61ff192328fdc366b12bc730 (diff)
Some new constants added.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1329 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index 8a6f843ba2..8df3022d26 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.3 1999/12/09 10:08:05 girlich Exp $ */
+/* $Id: packet-nfs.h,v 1.4 1999/12/14 11:48:03 girlich Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -10,6 +10,16 @@
#define FHSIZE 32
+/* verifier */
+#define NFS3_CREATEVERFSIZE 8
+#define NFS3_WRITEVERFSIZE 8
+
+/* for write */
+#define UNSTABLE 0
+#define DATA_SYNC 1
+#define FILE_SYNC 2
+
+/* for create */
#define UNCHECKED 0
#define GUARDED 1
#define EXCLUSIVE 2