aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2000-01-18 11:54:07 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2000-01-18 11:54:07 +0000
commit13ad87182d47382cfef5c976d9a64d8dbf44ea7f (patch)
tree1b311b503ffdae3f6dbcd29bb235a010834380da /packet-nfs.h
parent766e37db65ed741ba1045aac43cc82f81fbf3280 (diff)
New constants for ftype3 decoding.
svn path=/trunk/; revision=1507
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index 442633eb82..70ed1d3c4f 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.5 1999/12/16 08:34:10 girlich Exp $ */
+/* $Id: packet-nfs.h,v 1.6 2000/01/18 11:54:07 girlich Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -15,6 +15,15 @@
#define NFS3_CREATEVERFSIZE 8
#define NFS3_WRITEVERFSIZE 8
+/* for ftype3 */
+#define NF3REG 1
+#define NF3DIR 2
+#define NF3BLK 3
+#define NF3CHR 4
+#define NF3LNK 5
+#define NF3SOCK 6
+#define NF3FIFO 7
+
/* for write */
#define UNSTABLE 0
#define DATA_SYNC 1