Ethereal-dev: RE: [Ethereal-dev] How to group data from various packets

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Graham Bloice" <graham.bloice@xxxxxxxxxxxxx>
Date: Thu, 30 Oct 2003 12:38:12 -0000
> So given this, my dissector reads in a data link frame and strips out the
> payload checking the CRC on each block.  A new tvb is created for this
> stripped data minus the transport header octet.  The contents of
> the tvb are
> added to a reassembly table using fragment_add_seq_check(), but I
> never get
> a value back to indicate that reassembly is complete.
>

Stupid mistake number 4032 discovered.  It's now working.  Rest of dissector
to complete now.

Regards,

Graham Bloice