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] A plugin dissector and fragmented messages

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 30 Jun 2008 21:11:46 +0200
Hi,

Probably the best way is to start using Wireshark 1.0.0, or, if you can wait a little, the first maintenance release 1.0.1, which is due shortly.

Thanx,
Jaap

Still Life wrote:
Hi,
I'm developing a plugin dissector for a protocol used by
a telephony over IP application on top of TCP protocol.
Wireshark version is 0.99.5.
Packets have this format:


Following this bug:
<https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1124>
marked as a duplicate of bug 2103:
<https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2103>

I found and applied this patch:
<https://bugs.wireshark.org/bugzilla/attachment.cgi?id=1753>

Now reassembling seems to work, (pdu3 is reassembled in
the second packet and correctly dissected)

Is this the best way?