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] Building pruned-down version of tshark

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 25 Oct 2010 12:21:00 -0700
On Oct 25, 2010, at 12:18 PM, Christopher Maynard wrote:

> TYou can also try building "--with-plugins=no"

...which you might have to do *anyway* if you want a static build: "static" means "100% static" (rather than "statically link with some libraries), and "100% static" means, at least on some UN*Xes, "no support for run-time loading of code".