diff options
Diffstat (limited to 'cfile.h')
-rw-r--r-- | cfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ typedef struct _capture_file { int count; /* Total number of frames */ int displayed_count; /* Number of displayed frames */ int marked_count; /* Number of marked frames */ + int ignored_count; /* Number of ignored frames */ gboolean drops_known; /* TRUE if we know how many packets were dropped */ guint32 drops; /* Dropped packets */ nstime_t elapsed_time; /* Elapsed time */ |