Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Please help me with Makefile.

There is no Makefile in the Wireshark source. Wireshark uses CMake as its build system; see the Wireshark Developer's Guide, especially the setup and build guide for use on UN*Xes.

If you will be building on a the target machine running OpenWRT, that may be sufficient.

If you will be cross-compiling for OpenWRT on another Linux or on some other UN*X, see the aforementioned setup and build guide, as well as the CMake documentation on cross-compiling.

If you will be cross-compiling for OpenWRT on Windows, you may also have to look at the various sections in the Developer's Guide about building on Windows, although not all of that information applies directly.