Re: snmp_parse_oid() function clarifications

2006-11-22 Thread Dave Shield
On 22/11/06, Shanmugha Mari <[EMAIL PROTECTED]> wrote: > I am using ifIndex as index for my one of the table, if the OID is say big > number (EX - 1.3.6.1.4.1.24625.2.1.4.2.1.1.268967936) . That should be fine. Each numeric subidentifier can be anything up to 2^32-1 (=4294967295) You're comfort

snmp_parse_oid() function clarifications

2006-11-22 Thread Shanmugha Mari
HI, I am using ifIndex as index for my one of the table, if the OID is say big number (EX - 1.3.6.1.4.1.24625.2.1.4.2.1.1.268967936) . The function snmp_parse_oid(const char *argv, oid * root, size_t * rootlen) is returning error, but for other OID it's working fine. So how to parse the Exa