ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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.