aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
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 /file.h
parenta7e184cb593d57f9a92f28b8977de79ced85f517 (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). svn path=/trunk/; revision=15793
Diffstat (limited to 'file.h')
-rw-r--r--file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.h b/file.h
index ce7b1700cd..fd7ff33301 100644
--- a/file.h
+++ b/file.h
@@ -266,9 +266,10 @@ void cf_redissect_packets(capture_file *cf);
* Rescan all packets and just run taps - don't reconstruct the display.
*
* @param cf the capture file
+ * @param do_columns TRUE if columns are to be generated, FALSE otherwise
* @return one of cf_read_status_t
*/
-cf_read_status_t cf_retap_packets(capture_file *cf);
+cf_read_status_t cf_retap_packets(capture_file *cf, gboolean do_columns);
/**
* The time format has changed, rescan all packets.