aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-01 04:38:05 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-04-01 04:38:05 +0000
commit8a2fbe33a9b54ab4fc173ef7a07c9dc3e9d85e75 (patch)
treedce0b16b5c73eb77cfe8b4f9b38bb369dededeca /packet-nfs.h
parentc7eb68007f50b9562a16129955395b75b3b55ba8 (diff)
From Mike Frisch: NFS_ACL support.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7391 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index f5cb33f367..bbc63c7ddf 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.12 2002/12/02 23:43:28 guy Exp $ */
+/* $Id: packet-nfs.h,v 1.13 2003/04/01 04:38:05 guy Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -103,6 +103,9 @@ int dissect_fhandle(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *t
int dissect_nfs_fh3(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree,
char *name);
+int dissect_nfs_post_op_attr(tvbuff_t *tvb, int offset, proto_tree *tree,
+ char* name);
+
void nfs_name_snoop_add_name(int xid, tvbuff_t *tvb, int name_offset, int name_len, int parent_offset, int parent_len, unsigned char *name);