Ethereal-dev: Re: [Ethereal-dev] Reassembly and read filter

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 4 Jan 2004 12:51:11 -0800
On Sun, Jan 04, 2004 at 09:47:25PM +0100, Olivier Biot wrote:
> I'm struggling with non-TCP reassembly and read filters, which do not seem
> to work together.

Anything that assumes that every packet that's dissected will be
processed as part of the capture won't work with a read filter that
doesn't accept all packets.

TCP reassembly probably won't work right either.