Ethereal-users: Re: [Ethereal-users] SNMP and OID parsing for eneterprises branch

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 11 Mar 2002 00:55:30 -0800
On Fri, Mar 08, 2002 at 02:15:03PM +0100, Lukasz Geleta wrote:
> I recompiled ethereal and the result I got is exactly as I described 
> previously - no OID translation in ethereal. If it makes any diffrence 
> I'm trying to open previously captured file. Please find below output 
> from ldd.
> 
> 
> [root@localhost ethereal-0.9.2]# ldd /usr/local/bin/ethereal
> 	libsnmp.so.0 => /usr/lib/libsnmp.so.0 (0x40027000)

		...

> [root@localhost ethereal-0.9.2]# ldd /usr/bin/snmptranslate
> 	libsnmp.so.0 => /usr/lib/libsnmp.so.0 (0x40027000)

		...

Well, those are the same libraries, so I have absolutely no idea why
this is happening.  If I can reproduce similar behavior (if I had a
capture file with the problem, and a MIB file with the additional
enterprise MIB information, that would help), I can try to figure out
why it's happening.