Ethereal-dev: Re: [Ethereal-dev] SNMP related messages in win32 console?!?

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Tue, 14 Dec 2004 11:41:46 -0600
martin.regner@xxxxxxxxx wrote:
> 
> 
> Ulf lamping wrote:
> 
>>I've noticed (while doing some unrelated debugging), that when looking at the console on win32 Ethereal, there's the following output on my machine:
>>
>>
>>Cannot find module (IP-MIB:IF-MIB:TCP-MIB:UDP-MIB:SNMPv2-MIB:RFC1213-MIB:UCD-SNMP-MIB): At line 0 in (none)
>>
>>
>>I don't know where this is coming from, anyone any ideas?
>>
>>This messages doesn't seem to open a console by itself. You will only see this message, if you've selected to always open a win32 console window in the Preferences. 
>>
>>Don't know if this message appears on unix/linux.
>>
> 
> 
> What happens if you replace the colons with semi-colons in the preference setting for SNMP dissector.
> I think that you have to do that change for getting translation of OIDs to work (net-snmp) on Windows.
> 
> I think that someone checked in a fix for this a while ago (Windows-only?), but you probably have it with 
> colon still in your preference file.

I checked in a fix last week that uses a semicolon-separated list by
default under Windows.  If this is the one you're thinking of, it will
be in 0.10.8.  You're correct about pre-existing colons -- if they're
present in your preferences file you'll have to replace them with
semicolons.  You can also set the preference to "ALL", which will load
all of the MIBs present in the "mibs" directory.

BTW, the "snmpcmd" man page on the Net-SNMP web site specifies

    SNMPv2-TC:SNMPv2-MIB:IF-MIB:IP-MIB:TCP-MIB:UDP-MIB:SNMP-VACM-MIB

as the default list of MIBs to load.  Should we update packet-snmp.c to
match this?