Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] reassembly of PDU

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

From: findeisen.lutz@xxxxxxxxxxx (Findeisen Lutz)
Date: Thu, 8 Apr 2004 16:00:39 +0200
I am a studying computer science, and im currently writing a protocol dissector for ethereal to analyze MPEG2 Transportstreams. I'm able to analyze the 188 bytes of the TS-cell but now I have to reassemble them to form a PDU called section.
 
I've tried to do so with fragment_add() of reassemble.h from the ethereal source but it doesn't work. (fd_head is not returned)
 
 
Can anyone give me suggestions how to use the functions of reassemble.h correctly?