Ethereal-users: Re: [Ethereal-users] WinXP Problem

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 5 Jul 2003 18:10:10 -0700
On Wed, Jul 02, 2003 at 04:31:11PM +0200, martin.regner@xxxxxxxxx wrote:
> Might be a NET-SNMP related problem 

Recent versions of Ethereal *should* be setting the MIBDIRS environment
variable to get the MIB files from the directory in which Ethereal is
installed; is the problem that

	1) that code (in "proto_register_snmp()" in packet-snmp.c) isn't
	   working;

	2) it's working, but because MIBDIRS is already set it can't
	   override the settings;

	3) it's working, but some *other* environment variable is set to
	   point to the bad MIB files, so it's not getting the right MIB
	   files?