diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 1999-12-16 08:34:10 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 1999-12-16 08:34:10 +0000 |
commit | c920176324bb01fa513fdd5080656df1f691ebf6 (patch) | |
tree | 5ce710b90bd7eefb8c1004dc0a032ff56c9ee9e8 | |
parent | dcf312c1079785c4632580eee023080ef6f1fa60 (diff) | |
download | wireshark-c920176324bb01fa513fdd5080656df1f691ebf6.tar.gz wireshark-c920176324bb01fa513fdd5080656df1f691ebf6.tar.bz2 wireshark-c920176324bb01fa513fdd5080656df1f691ebf6.zip |
New define NFS3_COOKIEVERFSIZE.
svn path=/trunk/; revision=1353
-rw-r--r-- | packet-nfs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-nfs.h b/packet-nfs.h index 8df3022d26..442633eb82 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.4 1999/12/14 11:48:03 girlich Exp $ */ +/* $Id: packet-nfs.h,v 1.5 1999/12/16 08:34:10 girlich Exp $ */ #ifndef __PACKET_NFS_H__ #define __PACKET_NFS_H__ @@ -11,6 +11,7 @@ #define FHSIZE 32 /* verifier */ +#define NFS3_COOKIEVERFSIZE 8 #define NFS3_CREATEVERFSIZE 8 #define NFS3_WRITEVERFSIZE 8 |