aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-17 21:34:22 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-17 21:34:22 +0000
commitf7a26c1bed86c932dc8a54480f5c8ada1b6fd5ff (patch)
tree57ca70f9625181b1c189a68c53fd53faf654e5c9 /packet-nfs.h
parenta6d080537b54d13640efa0e230715691e8892100 (diff)
Prettifying the RPC and NFS (v3) layer.
Add more text to the COL_INFO line as well as the protocol trees for NFS and RPC svn path=/trunk/; revision=8179
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index c56eb11107..28607a2259 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.15 2003/06/10 17:14:28 guy Exp $ */
+/* $Id: packet-nfs.h,v 1.16 2003/08/17 21:34:22 sahlberg Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -101,7 +101,7 @@ extern gboolean nfs_file_name_snooping;
int dissect_fhandle(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree,
char *name);
int dissect_nfs_fh3(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree,
- char *name);
+ char *name, guint32 *hash);
int dissect_nfs_post_op_attr(tvbuff_t *tvb, int offset, proto_tree *tree,
char* name);