aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nfs.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-12-14 23:27:14 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-12-14 23:27:14 +0000
commite97991cdcc7e9584a70a4c121ed4988fdf076f87 (patch)
tree789cd4cffe24d847bde3b2ad7b3cb437a4c96a26 /epan/dissectors/packet-nfs.h
parent13f09ee27fea76e93c63b72b5fef9fbabd9347cb (diff)
Fix moving nfs_fhandle_data from packet-nfs.h to packet-nfs.c as begun
in r40205. svn path=/trunk/; revision=40206
Diffstat (limited to 'epan/dissectors/packet-nfs.h')
-rw-r--r--epan/dissectors/packet-nfs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/dissectors/packet-nfs.h b/epan/dissectors/packet-nfs.h
index 81bf1784e9..508c7658b0 100644
--- a/epan/dissectors/packet-nfs.h
+++ b/epan/dissectors/packet-nfs.h
@@ -187,11 +187,7 @@ void nfs_name_snoop_add_name(int xid, tvbuff_t *tvb, int name_offset, int name_l
extern gboolean nfs_fhandle_reqrep_matching;
-typedef struct nfs_fhandle_data {
- int len;
- const unsigned char *fh;
- tvbuff_t *tvb;
-} nfs_fhandle_data_t;
+
void dissect_fhandle_hidden(packet_info *pinfo, proto_tree *tree, int frame);
typedef int (diss_p)(tvbuff_t *tvb, int offset, proto_tree *tree, int hf);