aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/http_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/http_stat.c
parent4dd10c66875f42caa8fafa6b276e29f645bba832 (diff)
Use "retap_packets()" rather than "redissect_packets()".
svn path=/trunk/; revision=9660
Diffstat (limited to 'gtk/http_stat.c')
-rw-r--r--gtk/http_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/http_stat.c b/gtk/http_stat.c
index 894fef804e..94ad0f83ef 100644
--- a/gtk/http_stat.c
+++ b/gtk/http_stat.c
@@ -1,7 +1,7 @@
/* http_stat.c
* http_stat 2003 Jean-Michel FAYARD
*
- * $Id: http_stat.c,v 1.13 2004/01/10 16:27:41 ulfl Exp $
+ * $Id: http_stat.c,v 1.14 2004/01/13 22:49:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -498,7 +498,7 @@ gtk_httpstat_init(char *optarg)
gtk_widget_show_all( sp->win );
http_init_hash(sp);
- redissect_packets(&cfile);
+ retap_packets(&cfile);
}