Ethereal-dev: Re: [ethereal-dev] Compile problem with UCD-SNMP 0.4.1?

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, 15 Mar 2000 20:45:54 -0800
On Wed, Mar 15, 2000 at 11:27:21AM -0800, Steve Shah wrote:
> sshah@orb [10:53am] ~/ethereal-0.8.4
> ==> ident packet-snmp.c
> packet-snmp.c:
>      $Id: packet-snmp.c,v 1.24 2000/02/20 03:32:29 guy Exp $

Is "snmp_set_full_objid" defined as a macro in any of the UCD SNMP
include files installed on your machine?  For example, is it defined as

#define snmp_set_full_objid(x) ds_set_boolean(DS_LIBRARY_ID, DS_LIB_PRINT_FULL_OID, x);

in "snmp_api.h"?