Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Wireshark makefiles

From: "Piety, Timothy [USA]" <piety_timothy@xxxxxxx>
Date: Tue, 27 May 2008 15:59:53 -0400
I am trying to figure out hoe the Makefiles files work for wireshark. I would like to add a few .c files to the wireshark.so shared library and figured I'd add them in the epan directory and add the files to the LIBWIRESHARK_SOURCES and LIBWIRESHARK_INDLUDES lists and did another make. No luck.
 
I manually removed the .o files from both epan and epan/.libs and the .o files did not rebuild. My goal is to call wireshark directly from another program. The other program is JAVA-based and the files are the JNI wrappers to the wireshark code.
 
thanks in advance,
 
Tim