aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/fc_stat.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-13 22:49:15 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-13 22:49:15 +0000
commita093c75b59caa429664ac874b75d759cc2935f0b (patch)
treeeb57429d88faf7d222460b40016d0170477e98e8 /gtk/fc_stat.c
parent4dd10c66875f42caa8fafa6b276e29f645bba832 (diff)
Use "retap_packets()" rather than "redissect_packets()".
svn path=/trunk/; revision=9660
Diffstat (limited to 'gtk/fc_stat.c')
-rw-r--r--gtk/fc_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/fc_stat.c b/gtk/fc_stat.c
index 68bfe0f667..4741ef92ee 100644
--- a/gtk/fc_stat.c
+++ b/gtk/fc_stat.c
@@ -1,7 +1,7 @@
/* fc_stat.c
* fc_stat 2003 Ronnie Sahlberg
*
- * $Id: fc_stat.c,v 1.18 2004/01/10 16:27:41 ulfl Exp $
+ * $Id: fc_stat.c,v 1.19 2004/01/13 22:49:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -186,7 +186,7 @@ gtk_fcstat_init(char *optarg)
}
gtk_widget_show_all(fc->win);
- redissect_packets(&cfile);
+ retap_packets(&cfile);
}