aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rpc_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-10-23 23:17:26 +0000
committerGuy Harris <guy@alum.mit.edu>2002-10-23 23:17:26 +0000
commit3266b0bb1478e92eae95f292f07f0e0b72997058 (patch)
tree5fbafb602f57ed762eb9f53b77ffd8ed2c168971 /gtk/rpc_stat.c
parent6d8d731412bbb4886c54eae31737a2e87507d68f (diff)
From Ronnie Sahlberg: make the tap listeners for gtk and gtk2 redissect
the packet list immediately when the tap is started. svn path=/trunk/; revision=6488
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);
}