summaryrefslogtreecommitdiff
path: root/gtk/bootp_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/bootp_stat.c
parent4dd10c66875f42caa8fafa6b276e29f645bba832 (diff)
downloadwireshark-a093c75b59caa429664ac874b75d759cc2935f0b.tar.gz
Use "retap_packets()" rather than "redissect_packets()".
svn path=/trunk/; revision=9660
Diffstat (limited to 'gtk/bootp_stat.c')
-rw-r--r--gtk/bootp_stat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c
index 2f32082d63..2f02633233 100644
--- a/gtk/bootp_stat.c
+++ b/gtk/bootp_stat.c
@@ -1,7 +1,7 @@
/* bootp_stat.c
* boop_stat 2003 Jean-Michel FAYARD
*
- * $Id: bootp_stat.c,v 1.11 2004/01/10 16:27:39 ulfl Exp $
+ * $Id: bootp_stat.c,v 1.12 2004/01/13 22:49:14 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -253,7 +253,7 @@ gtk_dhcpstat_init(char *optarg)
gtk_widget_destroy( dlg );
}
gtk_widget_show_all( sp->win );
- redissect_packets(&cfile);
+ retap_packets(&cfile);
}