ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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