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: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Wed, 09 Nov 2005 10:02:04 -0600
Checked in (r16448).

Stig Bjørlykke wrote:
> 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.
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev