aboutsummaryrefslogtreecommitdiffstats
path: root/packet-hclnfsd.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-12 10:24:47 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-12 10:24:47 +0000
commit354b4b74d08fbafe23c7929f1f68eb4c84df4e2f (patch)
tree0912cc4ec72ee4b73a251e1d04cdedf309d35d23 /packet-hclnfsd.c
parentea02d23f06c6cb602475e7a05c84e8b224c9eb51 (diff)
From Ronnie Sahlberg: file handle to file name resolution in NFS and
related protocols. svn path=/trunk/; revision=4533
Diffstat (limited to 'packet-hclnfsd.c')
-rw-r--r--packet-hclnfsd.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/packet-hclnfsd.c b/packet-hclnfsd.c
index bf0b9320cd..5a1c5357a1 100644
--- a/packet-hclnfsd.c
+++ b/packet-hclnfsd.c
@@ -2,7 +2,7 @@
* Routines for hclnfsd (Hummingbird NFS Daemon) dissection
* Copyright 2001, Mike Frisch <frisch@hummingbird.com>
*
- * $Id: packet-hclnfsd.c,v 1.7 2001/06/18 02:17:46 guy Exp $
+ * $Id: packet-hclnfsd.c,v 1.8 2002/01/12 10:24:46 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -36,6 +36,7 @@
#include "packet-rpc.h"
+#include "packet-nfs.h"
#include "packet-hclnfsd.h"
static int proto_hclnfsd = -1;
@@ -84,11 +85,6 @@ static gint ett_hclnfsd_printqueues = -1;
static gint ett_hclnfsd_printjob = -1;
-/* defined in 'packet-nfs.c' */
-extern int
-dissect_nfs_fh3(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, char *name);
-
-
static int
dissect_hclnfsd_gids(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree)
{