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] Reassembly code not working after change to use tvbuffs

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 14 Jul 2013 15:39:44 -0700
On Jul 14, 2013, at 12:51 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:

> It doesn't seem to be working with the regression tests I'm doing.

Partially fixed - subset_clone() wasn't adding subset_tvb->subset.offset to the offset argument before calling tvb_clone_offset_len() on the backing tvbuff.

Still crashes, though, but at least it appears to be getting the right data in the reassembled packet.