From 6d8d731412bbb4886c54eae31737a2e87507d68f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 23 Oct 2002 23:12:38 +0000 Subject: From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packet to taps. svn path=/trunk/; revision=6487 --- gtk/rpc_stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/rpc_stat.c') diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c index 789202c65c..2a4b209ba9 100644 --- a/gtk/rpc_stat.c +++ b/gtk/rpc_stat.c @@ -1,7 +1,7 @@ /* rpc_stat.c * rpc_stat 2002 Ronnie Sahlberg * - * $Id: rpc_stat.c,v 1.2 2002/09/27 11:07:10 sahlberg Exp $ + * $Id: rpc_stat.c,v 1.3 2002/10/23 23:12:36 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -88,7 +88,7 @@ rpcstat_reset(rpcstat_t *rs) static int -rpcstat_packet(rpcstat_t *rs, packet_info *pinfo, rpc_call_info_value *ri) +rpcstat_packet(rpcstat_t *rs, packet_info *pinfo, epan_dissect_t *edt _U_, rpc_call_info_value *ri) { nstime_t delta; rpc_procedure_t *rp; -- cgit v1.2.3