ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] tvb_length_remaining() and tvb_reported_length_remaining()

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Thu, 12 Jul 2012 16:13:49 +0200
On Mon, Jul 09, 2012 at 04:10:53PM +0000, Christopher Maynard wrote:
> Would replacement functions help here which would return an out-of-bounds error
> in one of their arguments, so that things would look instead something like:
> 
> len2 = tvb_length_remaining_new(tvb, offset, &error);
> if (error == TBD)
>   return offset;

Can this new function throw exception when offset is out of bounds?