On Mon, Dec 21, 2009 at 03:24:12PM -0800, Guy Harris wrote:
>
> On Dec 21, 2009, at 2:43 PM, Sake Blok wrote:
>
> > My question, as I have not really dug into the new packetlist, is there
> > an easy function I can use to determine if a frame in the list is
> > displayed or not?
>
> Are you looking at the model (ultimately backed by the frame_data structures) or the view?
>
> If the model, does fd->flags.passed_dfilter indicate what you want?
Yes, this is exactly what I wanted :-)
Thx Guy!
(marking/ignoring all packets is fixed in SVN 31345)