Wireshark-dev: Re: [Wireshark-dev] Marking all frames with new packet list
From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 21 Dec 2009 15:24:12 -0800
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?