aboutsummaryrefslogtreecommitdiffstats
path: root/file.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2017-06-19 14:48:42 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-19 23:49:24 +0000
commitbef90e1493815a07e619c4cd0da6a7d65321c26e (patch)
tree373e36b249a2f9f0e140af20f58bc4770e19f8b5 /file.h
parent246cbbc2ea6dd0a3a69a1aaa94db244a77565353 (diff)
Update the capture file load time each time we update the progress bar.
The Qt UI doesn't have a popup that tells you how long your file has been loading. So let's set the load time each time we update the packets bar. (Obviously this is only useful when you're waiting a long time for a file to load...) Change-Id: I9da372800a12454888439e2baf3d2a848c611501 Reviewed-on: https://code.wireshark.org/review/22234 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'file.h')
-rw-r--r--file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.h b/file.h
index 5ff86b60de..20e9282b30 100644
--- a/file.h
+++ b/file.h
@@ -391,7 +391,7 @@ 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
+ * Return the time it took to load the file (in msec).
*/
gulong cf_get_computed_elapsed(capture_file *cf);