ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] Multiple/Recursive PDUs

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

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Wed, 4 Jan 2006 16:01:12 +0100 (CET)
Sure, go ahead. A plugin is just a physical code unit, what really counts
are the fields and dissector functions you register.

Good luck,
Jaap

On Wed, 4 Jan 2006, Bill Florac wrote:

> I am trying to create a plug-in to dissect a protocol that contains
> multiple PDU in one UDP packet.  Each PDU can contain by itself, contain
> more PDUs. The type and number of PDUs varies with each UDP packet.  Can
> I put multiple dissectors in one plug-in so I can call the correct one
> (possibly recursively)?
>
> Thanks in advance,
> Bill
>