Implementing table in Net-SNMP

2004-10-19 Thread Sridhar S
Hello, I am Sridhar and recently started working on Net-SNMP. I downloaded Net-SNMP version 5.1.2 and started looking around the code. I have to instrument a proprietary MIB, where I am required to fetch the data from by calling the APIs. I am not allowed to cached the data locally. Each time upo

Re: Implementing table in Net-SNMP

2004-12-29 Thread Dave Shield
[ Sorry for the delay in responding to this ] > I have to instrument a proprietary MIB, where I am required to > fetch the data from by calling the APIs. I am not allowed to > cached the data locally. > I looked UDP and TCP (udpTable.c and tcpTable.c) code of NET-SNMP for > implenting the