Wireshark-dev: [Wireshark-dev] Custom function undefined error

Date: Mon, 27 Feb 2012 00:34:06 -0600
Hi,

Im writing a in wiretap/pacapng.c file which should be accessible from dumpcap.c. I have defined it in the pcapng.h header file and 
also included the header #include "wiretap/pcapng.h" inside dumpcap.c. But still build fails in dumpcap.c with error that the function is undefined.

Is there anything should be done to make my function accessible inside dumpcap.c??

Thanks
Vijay