aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/afp_stat.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-14 08:59:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-14 08:59:41 +0000
commit84f6b18a20a01c466ce7ef095ebad5be655b282a (patch)
tree2f1f53f81eb533ed6171a052b0b2b52faaea0e1b /gtk/afp_stat.c
parenta58b2fd05b6a51b047ad97c8f67da3635a6e92a2 (diff)
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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15793 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/afp_stat.c')
-rw-r--r--gtk/afp_stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/afp_stat.c b/gtk/afp_stat.c
index 7580189ea8..4ac518b715 100644
--- a/gtk/afp_stat.c
+++ b/gtk/afp_stat.c
@@ -194,7 +194,7 @@ gtk_afpstat_init(const char *optarg)
gtk_widget_show_all(ss->win);
window_present(ss->win);
- cf_retap_packets(&cfile);
+ cf_retap_packets(&cfile, FALSE);
}
static tap_dfilter_dlg afp_stat_dlg = {