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: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Mon, 23 Feb 2009 01:09:15 -0700
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.  

Those variables are used for more complex desegmentation for TCP as well 
as other protocols.  Refer to section 2.7 of doc/README.developer for 
more details.


Steve