Re: Inetdress

2005-10-31 Thread mahua dutta
One more observation : If I put IpAddress in the mib , It generates as below snmp_set_var_typed_value(var, ASN_IPADDRESS, (u_char *) /* XXX: column data */, /* XXX: column data length */); The same thing If I use InetAddres in the mib, the generated code is as below snmp_set_var_typed_value(var, A

Inetdress

2005-10-31 Thread mahua dutta
mib2c genererated code for Inetaddress as ASN_OCTET_STR. .So, I like to know whether Inetaddress be considered as OCTET sting while implementing the mib. If So, for Ipv6 or Ipv4, the pseudo code can be as snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *)"127.0.0.1", strlen("127.0.0.1")). Is

[Fwd: Re: IPv6 with NET-SNMP]

2005-10-31 Thread Nathan Nguyen
Help with the problem described below please! I'm reading the stack's code now to see what's going on... Thanks, Nhan Nguyen Original Message Subject: Re: IPv6 with NET-SNMP Date: Thu, 27 Oct 2005 17:33:17 -0400 From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Organization: Lucent

core dump in snmp_timeout()

2005-10-31 Thread Haizhu Liu
Hi, My application core dumped at (gdb) where #0 0x40075036 in snmp_resend_request () from /usr/lib/libnetsnmp.so.5 #1 0x40075647 in snmp_sess_timeout () from /usr/lib/libnetsnmp.so.5 #2 0x40074f88 in snmp_timeout () from /usr/lib/libnetsnmp.so.5 it happened when the agent I am trying to rea

Re: net-snmp 5.3.pre1 available

2005-10-31 Thread Thomas Anders
Robert Story wrote: Here's the link: Please read the ChangeLog file for a more detailed listing of changes/bug fixes. Here are a few more items from NEWS: snmptrapd: - registers the snmpE

net-snmp 5.3.pre1 available

2005-10-31 Thread Robert Story
Here's the link: Please read the ChangeLog file for a more detailed listing of changes/bug fixes. *5.3* New: Building: - new option to disable set support in the agent (--disable-set-suppo

RE: Problem with configure script for 5.2.1.2

2005-10-31 Thread Dave Shield
On Fri, 2005-10-28 at 16:34 +0200, Olejniczak, Tomasz (Tomasz) wrote: > I am not sure whether that part is relevant but a found a few errors similar > to the below: > > 97 configure:3269: checking for gcc > 98 configure:3298: result: no >104 (Bundled) cc: warning 422: Unknown optio