Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 52578: /trunk/epan/ /trunk/epan/: pr

From: Evan Huus <eapache@xxxxxxxxx>
Date: Sun, 13 Oct 2013 16:43:28 -0400
On Sun, Oct 13, 2013 at 3:54 AM, Jakub Zawadzki
<darkjames-ws@xxxxxxxxxxxx> wrote:
> About tvb_offset_exists() comment, compute_offset() is not returning
> exception when offset == tvb->length.

Ah, OK. Should it? When offset == tvb->length I would think that
should be an exception, since no bytes exist at that location. There
are other places that call compute_offset and don't check the == case
that maybe should...

Evan