From Cal Turney:
[obnox/wireshark/wip.git] / cfile.h
diff --git a/cfile.h b/cfile.h
index 9e7dd0851fe1d7ab40c2c7ecee487e04fd9e9554..5789b0d230a01f9999d083e3dba7ed71d36a276d 100644 (file)
--- a/cfile.h
+++ b/cfile.h
@@ -59,6 +59,7 @@ typedef struct _capture_file {
   int          displayed_count; /* Number of displayed frames */
   int          marked_count;    /* Number of marked frames */
   int          ignored_count;   /* Number of ignored frames */
+  int          ref_time_count;  /* Number of time referenced frames */
   gboolean     drops_known;     /* TRUE if we know how many packets were dropped */
   guint32      drops;           /* Dropped packets */
   nstime_t     elapsed_time;    /* Elapsed time */