From f34e1a97c625ff92641fd9a20621365f5fd27ac7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 14 Sep 2005 08:59:41 +0000 Subject: Have cf_retap_packets() take an argument that indicates whether to generate columns; use cf_retap_packets instead of cf_redissect_packets() when running taps (the general flow graph stat uses the Info column). svn path=/trunk/; revision=15793 --- gtk/bootp_stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/bootp_stat.c') diff --git a/gtk/bootp_stat.c b/gtk/bootp_stat.c index dd3ce32fb1..159ca6ae0c 100644 --- a/gtk/bootp_stat.c +++ b/gtk/bootp_stat.c @@ -267,7 +267,7 @@ dhcpstat_init(const char *optarg) window_present(sp->win); - cf_retap_packets(&cfile); + cf_retap_packets(&cfile, FALSE); } static tap_dfilter_dlg dhcp_stat_dlg = { -- cgit v1.2.3