summaryrefslogtreecommitdiff
path: root/gtk/sctp_chunk_stat_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-09-14 08:59:41 +0000
committerGuy Harris <guy@alum.mit.edu>2005-09-14 08:59:41 +0000
commitf34e1a97c625ff92641fd9a20621365f5fd27ac7 (patch)
tree2f1f53f81eb533ed6171a052b0b2b52faaea0e1b /gtk/sctp_chunk_stat_dlg.c
parenta7e184cb593d57f9a92f28b8977de79ced85f517 (diff)
downloadwireshark-f34e1a97c625ff92641fd9a20621365f5fd27ac7.tar.gz
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
Diffstat (limited to 'gtk/sctp_chunk_stat_dlg.c')
-rw-r--r--gtk/sctp_chunk_stat_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_chunk_stat_dlg.c b/gtk/sctp_chunk_stat_dlg.c
index 646b40030a..2495d58064 100644
--- a/gtk/sctp_chunk_stat_dlg.c
+++ b/gtk/sctp_chunk_stat_dlg.c
@@ -324,7 +324,7 @@ gtk_sctpstat_dlg(struct sctp_udata *u_data, unsigned int direction)
SIGNAL_CONNECT(bt_close, "clicked", sctp_chunk_stat_on_close, u_data);
- cf_retap_packets(&cfile);
+ cf_retap_packets(&cfile, FALSE);
}