aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-17 01:18:14 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-17 01:18:14 +0000
commit5afc48721d5e2785636a8a5f3e40ef91e359a702 (patch)
tree8239ff427bfe4e5c475b4f8429f0fef9186cf773 /epan/frame_data.c
parent3e117e9481a23779387a17b7eb141a7bf6cd777b (diff)
Introduce "Ignore Packet" in the packet list.
This will remove the package from the dissection functions without removing it from the capture file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31287 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/frame_data.c')
-rw-r--r--epan/frame_data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/frame_data.c b/epan/frame_data.c
index 31038dffb7..68b383df24 100644
--- a/epan/frame_data.c
+++ b/epan/frame_data.c
@@ -207,6 +207,7 @@ frame_data_init(frame_data *fdata, guint32 num,
fdata->flags.visited = 0;
fdata->flags.marked = 0;
fdata->flags.ref_time = 0;
+ fdata->flags.ignored = 0;
fdata->color_filter = NULL;
#ifdef NEW_PACKET_LIST
fdata->col_text_len = NULL;