diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-12-17 01:18:14 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-12-17 01:18:14 +0000 |
commit | 47be3577a731492ab1667fdc39233094051c01a6 (patch) | |
tree | 8239ff427bfe4e5c475b4f8429f0fef9186cf773 /cfile.h | |
parent | faec4bde007d7d17da690477b7736059394c09fd (diff) | |
download | wireshark-47be3577a731492ab1667fdc39233094051c01a6.tar.gz wireshark-47be3577a731492ab1667fdc39233094051c01a6.tar.bz2 wireshark-47be3577a731492ab1667fdc39233094051c01a6.zip |
Introduce "Ignore Packet" in the packet list.
This will remove the package from the dissection functions without
removing it from the capture file.
svn path=/trunk/; revision=31287
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 */ |