Hi,
Add its name to the DISSECTOR_SUPPORT_SRC symbol in Makefile.common.
Thanx,
Jaap
Amit Paliwal 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.