Hi, I am working in windows XP under Visual C++ environment. I am trying to send multiple GETBULK Message for different
OIDs. I need to use only snmp_send and snmp_read instead of
snmp_synch_response. I sent it successfully through snmp_send. But while reading the fd_set after retrievel of the same through
snmp_select_info and select call, I can able to retrieve the data from one of
the response PDUs. After retrieval of the data from the first response PDU, the
code gets crashed while trying to free the memory of the pdu <inside
netsnmp library _sess_process_packet
of snmp_api.c> Help me guys, how to retrieve data from multiple response pdus
in a fd_set. Thanks in Advance, Sankar Chokkan. Software Engineer Virtusa – Chennai. INDIA. |
- Multiple Send Requests Sankar Chokkan
- Re: Multiple Send Requests Wes Hardaker