summaryrefslogtreecommitdiff
path: root/common/snmp-engine.c
AgeCommit message (Collapse)Author
2009-09-24Clear up SNMP pdu after decoding.Stef Walter
This frees strings.
2008-07-29 - Add parameter to specify bind address.Stef Walter
2008-03-15Use SNMP GETNEXT requests for the table queries. Stef Walter
Make table queries more efficient by combining match/value in the same request whenever we've already gotten a match previously.
2008-03-02 - Support failover between multiple agentsStef Walter
- Support table queries - Major refactoring of internals.