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

Ethereal-dev: [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: "Bill Florac" <bill.florac@xxxxxxxxxxxxxx>
Date: Wed, 4 Jan 2006 01:34:46 -0600
Title: Multiple/Recursive PDUs

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