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

Wireshark-dev: [Wireshark-dev] help me for plugin.

From: Amit Paliwal <Amit.Paliwal@xxxxxxxxxxxxxxx>
Date: Thu, 23 Aug 2007 14:39:11 +0530

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.
______________________________________________________________________