From 47be3577a731492ab1667fdc39233094051c01a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 17 Dec 2009 01:18:14 +0000 Subject: 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 --- cfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfile.h') diff --git a/cfile.h b/cfile.h index eeb760519c..d46c4962ce 100644 --- a/cfile.h +++ b/cfile.h @@ -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 */ -- cgit v1.2.1