Ethereal-users: Re: [ethereal-users] Ethereal + SNMP + WinNT Question

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Wed, 20 Sep 2000 16:28:28 -0400
On Thu, Sep 21, 2000 at 12:22:01AM +0200, Surendar Thaneer wrote:
> Hello,
>        Does the Ethereal support sniffing of SNMP packets on windowNT 

Well, we can sniff them, but only do a very basic decode of them.

> platform ? I have installed both Ethereal and UC Davis SNMP libraries, but 
> don't know what to do next. I will appreciate any pointer regarding this.

If you have a C compiler and are feeling brave, you can:

1. edit config.h.win32 and change the #undef of HAVE_UCD-SNMP_SNMP_H to:
#define HAVE_UCD_SNMP_SNMP_H	1

1. Add #define HAVE_UCD_SNMP_VERSION_H 1 if you have <ucd-snmp/version.h>

2. Add the include directory to CFLAGS in Makefile.nmake

3. Add the library name of the ucd snmp library to ethereal_LIBS and
	tethereal_LIBS in Makefile.nmake

4. Type "make -f makefile.nmake" and hope for the best.


--gilbert