Ethereal-users: Re: [ethereal-users] snmp versus ethereal

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 2 Feb 2000 01:42:11 -0800
> how can I make
> 
> ./ethereal -v
> ethereal 0.8.2, with GTK+ 1.2.6, with libpcap 0.4, with libz 1.1.3, with
> SNMP

Download either the UCD SNMP library from

	http://ucd-snmp.ucdavis.edu/

or the CMU SNMP library from

	http://www.net.cmu.edu/groups/netdev/software.html

and configure, compile, and install.

There may be binary packages available for your particular flavor of
UNIX (Linux being, as far as I'm concerned, a flavor of UNIX) as well;
note that you may have to install a "development" package in addition to
any "shared libraries plus programs" package.

Then re-run "configure" in the Ethereal source directory and recompile.