Ethereal-dev: Re: [Ethereal-dev] Packet reassemble in P_Mul [PATCH]

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

From: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Date: Wed, 09 Nov 2005 00:09:28 +0100
On 8. nov. 2005, at 23.34, Gerald Combs wrote:

    data_len = pdu_length - offset;

What happens if "pdu_length" is less than "offset"?

Hmmm, I suppose this line should be like it was before:
      data_len = tvb_length_remaining (tvb, offset);

New patch attached.


--
Stig Bjørlykke

Attachment: packet-p_mul.patch
Description: Binary data