aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2009-08-30 10:35:48 +0000
committerSake Blok <sake@euronet.nl>2009-08-30 10:35:48 +0000
commit2114ffff4c156f233acd0888b36bcae26847f33f (patch)
treeed7aa8c1a6aca62ca62f867af361026c848a38cb /file.h
parent600a9a677bb7339b30be08c49b2b2ae9c177bb05 (diff)
Some minor corrections in function descriptions
svn path=/trunk/; revision=29625
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
*/