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] 3 protocol dissectors in a single plugin dll?

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 16 Nov 2009 09:18:55 +0100
Hi,

Just put them together in your plugin subdirectory and add the dissector
source files to the DISSECTOR_SRC symbol in Makefile.common of your
dissector.

Thanks,
Jaap

On Sun, 15 Nov 2009 23:00:33 -0800, Ravi Kondamuru
<ravikondamuru@xxxxxxxxx> wrote:
> Hi,
> I am writing 3 dissectors one on udp and two on tcp. I am intending to
> create them as plugins. Is it necessary that I create 3 dll's following
the
> template code in the developer guide? I would prefer to be able to have
one
> dll to distribute for all the 3 protocols. Any documentation or ideas on
> how
> to change the boilerplate code to achieve this.
> thanks,
> Ravi.