aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/file.h b/file.h
index ece604994e..6c02b9e13a 100644
--- a/file.h
+++ b/file.h
@@ -256,9 +256,13 @@ cf_status_t cf_filter_packets(capture_file *cf, gchar *dfilter, gboolean force);
*/
void cf_reftime_packets(capture_file *cf);
+/**
+ * Return the time it took to load the file
+ */
gulong cf_get_computed_elapsed(void);
+
/**
- * At least one "Refence Time" flag has changed, rescan all packets.
+ * The coloring rules have changed, redo coloring
*
* @param cf the capture file
*/