aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/rpc_stat.c')
-rw-r--r--gtk/rpc_stat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/rpc_stat.c b/gtk/rpc_stat.c
index 2a4b209ba9..5b756a0245 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.3 2002/10/23 23:12:36 guy Exp $
+ * $Id: rpc_stat.c,v 1.4 2002/10/23 23:17:11 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -38,7 +38,7 @@
#include "tap.h"
#include "rpc_stat.h"
#include "packet-rpc.h"
-
+#include "../globals.h"
/* used to keep track of statistics for a specific procedure */
typedef struct _rpc_procedure_t {
@@ -393,6 +393,7 @@ gtk_rpcstat_init(guint32 program, guint32 version, char *filter)
gtk_widget_show_all(rs->win);
+ redissect_packets(&cfile);
}