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] reasebling packets - dissector question

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 23 Feb 2009 00:36:23 -0800

On Feb 23, 2009, at 12:09 AM, Stephen Fisher wrote:

On Mon, Feb 23, 2009 at 10:00:47AM +0200, ???????? ???????? wrote:

im refering to the
   pinfo->desegment_offset   &      pinfo->desegment_len

You do not need to modify those variables when using tcp_dissect_pdus.

...because tcp_dissect_pdus() does that for you.