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] help me for plugin.

From: "Abhik Sarkar" <sarkar.abhik@xxxxxxxxx>
Date: Thu, 23 Aug 2007 13:10:24 +0400
I think it should be in Makefile.common. If you have a look at the
DOCSIS plugin it has lot of .c and .h files.

Hope this helps
Abhik

On 8/23/07, Amit Paliwal <Amit.Paliwal@xxxxxxxxxxxxxxx> wrote:
>
> i am writing a plugin which contains packet-xxx.c file and i am writing one
> packet-xxx-ie.h file which contains some relevent prototype declarations of
> function used and i am defining these functions in packet-xxx-ie.c.
>
> i have included packet-xxx-ie.h in packet-xxx.c  file because of which
> packet-xxx-ie.h  will be compiled but where should i define packet-xxx-ie.c
> file so that it should also get compiled, because this file is not egtting
> compiled now.
>
> please let me know is there any default place for plugins where i need to
> define these fields.
> ______________________________________________________________________
>
> _______________________________________________
> Wireshark-dev mailing list
> Wireshark-dev@xxxxxxxxxxxxx
> http://www.wireshark.org/mailman/listinfo/wireshark-dev
>
>