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

Wireshark-dev: Re: [Wireshark-dev] Wireshark makefiles

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 27 May 2008 22:34:05 +0200
Hi,

Have a look at Makefile.common in epan/

Thanx,
Jaap

Piety, Timothy [USA] wrote:
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