ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] Multiple pdus atop TCP -- a lie in README.developer?

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 31 Jan 2007 13:31:51 -0800

On Jan 31, 2007, at 12:02 PM, Richard van der Hoff wrote:

Sorry - I meant that my pdu reassembly needs to work over myriad other
protocols too (my pdus don't align with UDP pdus).

Then

	1) have a dissector for a single one of your PDUs;

2) use that dissector with tcp_dissect_pdus() when dissecting your protocol over TCP;

3) write your own reassembly code for other protocols and call your single-PDU dissector from that code.