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

Ethereal-users: Re: [Ethereal-users] Building (t)ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Thu, 12 Jul 2001 22:06:11 -0700
On Fri, Jul 13, 2001 at 02:44:58PM +1200, Jonny Robertson wrote:
> Is it possible to compile and install _only_ tethereal onto
> a machine? 

	% ./configure --help
	Usage: configure [options] [host]
	Options: [defaults in brackets after descriptions]

		...

	--enable and --with options recognized:
	  --enable-ethereal       build GTK+-based ethereal.  [default=yes]

		...

	  --enable-tethereal      build tethereal.  [default=yes]
	  --enable-editcap        build editcap.  [default=yes]
	  --enable-mergecap        build mergecap.  [default=yes]
	  --enable-text2pcap        build text2pcap.  [default=yes]
	  --enable-dftest         build dftest.  [default=no]
	  --enable-randpkt        build randpkt.  [default=no]

		...

Use "--disable-ethereal" to avoid building Ethereal.