aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.h
diff options
context:
space:
mode:
authornneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-15 14:17:20 +0000
committernneul <nneul@f5534014-38df-0310-8fa8-9805f1628bb7>1999-11-15 14:17:20 +0000
commit66e44d32e57b7b3574aa42ea38b4295c937b238c (patch)
treed5fecec4094c54b28370c295bafc91e9a3858828 /packet-nfs.h
parentca4bb6a9f01a52e948bcdba0a713865a9a0c23ea (diff)
Uwe Girlich's patches for nfs,mount,portmap and addition of nlm.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1034 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-nfs.h')
-rw-r--r--packet-nfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-nfs.h b/packet-nfs.h
index 52c12151f8..3600835788 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.1 1999/10/29 01:11:23 guy Exp $ */
+/* $Id: packet-nfs.h,v 1.2 1999/11/15 14:17:18 nneul Exp $ */
#ifndef __PACKET_NFS_H__
#define __PACKET_NFS_H__
@@ -11,8 +11,8 @@
#define FHSIZE 32
/* the RPC mount protocol needs both function to decode a MNT reply */
-int dissect_fh2(const u_char *pd, int offset, frame_data *fd, proto_tree *tree);
-int dissect_fh3(const u_char *pd, int offset, frame_data *fd, proto_tree *tree);
+int dissect_fhandle(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);
+int dissect_nfs_fh3(const u_char *pd, int offset, frame_data *fd, proto_tree *tree, char* name);
#endif /* packet-nfs.h */