Ethereal-dev: Re: [Ethereal-dev] ip defragment, virtual packets

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

From: "Ronnie Sahlberg" <rsahlber@xxxxxxxxxxxxxx>
Date: Tue, 10 Apr 2001 19:03:46 +1000
> Here's a patch, which applies to the current CVS version of Ethereal.
>
> Unfortunately, the named data sources stuff works right only if all the
> dissectors handed the named data are tvbuffified.
>
> This may be a failure in the way we handle calling old-style dissectors
> from tvbuffified dissectors...

One really really good reason to fix packet-nfs.c then.
Any volunteers?

packet-nfs.c and packet-hclnfs.c are the only two non tvbuffified rpc
dissectors
remaining.
Unfortunately both use UDP and both normally generate a lot of fragmented ip
packets.