summaryrefslogtreecommitdiff
path: root/packet-nfs.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-01 04:38:05 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-01 04:38:05 +0000
commit5ac18513a7fe5ba67559c141e1f80d041b2ae470 (patch)
treedce0b16b5c73eb77cfe8b4f9b38bb369dededeca /packet-nfs.h
parentcd55c9746ac45ca016ec5bfd95f64fbcd7396f55 (diff)
downloadwireshark-5ac18513a7fe5ba67559c141e1f80d041b2ae470.tar.gz
From Mike Frisch: NFS_ACL support.
svn path=/trunk/; revision=7391
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);