Ethereal-dev: [Ethereal-dev] Bug: ethereal won't decode first fragment

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

From: Marc Milgram <mmilgram@xxxxxxxxxxxx>
Date: 07 Mar 2002 15:12:34 -0500
I turned on IP->Reassemble fragmented IP datagrams, then loaded a dump.

Ethereal read the first fragment of a fragmented packet, but not the
subsequent fragments.  Ethereal failed to decode the packet past the IP
level (it recognized that it was a UDP packet, but did not decode the
UDP, RPC, or NFSV3 protocol layers).

If I turn off Reassemble fragmented IP datagrams, it will decode the
fragment correctly.

-Marc