aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.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 /cfile.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 'cfile.h')
-rw-r--r--cfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index 2a22a13975..f2fb5794af 100644
--- a/cfile.h
+++ b/cfile.h
@@ -125,7 +125,7 @@ typedef struct _capture_file {
#endif
gpointer window; /* Top-level window associated with file */
GTree *frames_user_comments; /* BST with user comments for frames (key = frame_data) */
- gulong computed_elapsed;
+ gulong computed_elapsed; /* Elapsed time to load the file (in msec). */
guint32 cum_bytes;
const frame_data *ref;