aboutsummaryrefslogtreecommitdiffstats
path: root/rpc_defrag.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-05 11:32:14 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-06-05 11:32:14 +0000
commit1e043ca82a526c69b1823c38cefe4a496c39974f (patch)
tree9137f2833b53b413761e29f2bfb6da5e1c9c8669 /rpc_defrag.h
parent31823cb85138ca76ed3df8f67de4f90b88aa800f (diff)
Updated NDMP and ONC RPC services to use the new function to display
fregment trees. svn path=/trunk/; revision=5627
Diffstat (limited to 'rpc_defrag.h')
-rw-r--r--rpc_defrag.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc_defrag.h b/rpc_defrag.h
index 82a5f87d0a..0f556f7504 100644
--- a/rpc_defrag.h
+++ b/rpc_defrag.h
@@ -1,7 +1,7 @@
/* rpc-defrag.h
* Declarations for RPC defragmentation
*
- * $Id: rpc_defrag.h,v 1.2 2002/02/19 03:43:08 guy Exp $
+ * $Id: rpc_defrag.h,v 1.3 2002/06/05 11:32:14 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -35,7 +35,7 @@ typedef gboolean (*rec_dissector_t)(tvbuff_t *, packet_info *, proto_tree *,
tvbuff_t *, fragment_data *, gboolean, guint32);
extern void show_rpc_fraginfo(tvbuff_t *tvb, tvbuff_t *frag_tvb,
- proto_tree *tree, guint32 rpc_rm, fragment_data *ipfd_head);
+ proto_tree *tree, guint32 rpc_rm, fragment_data *ipfd_head, packet_info *pinfo);
extern int dissect_rpc_fragment(tvbuff_t *tvb, int offset, packet_info *pinfo,
proto_tree *tree, rec_dissector_t dissector, gboolean is_heur,
int proto, int ett, gboolean defragment);