Ethereal-dev: Re: [Ethereal-dev] need help with tvb exceptions

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

From: Andy Howell <AndyHowell@xxxxxxxxxxxxx>
Date: Sun, 14 Nov 2004 20:29:57 -0600
Guy Harris wrote:

You presumably either meant "tvb_length_remaining()" or "tvb_reported_length_remaining()"; which of the two did you use?

Sorry, my visual cut'n'paste was a bit whacked. It was tvb_length_remaining.

I think my problem was from messing up the "reported length" in the tvb_new_subset. Thanks for the note about using tvb_reported_length_remaining(). I'll use that instead.

Thanks,

	Andy