Commit Graph

11 Commits (af7d245a315ed6d1d419c6190f604fd03881b214)

Author SHA1 Message Date
Pierre Chifflier af7d245a31 rust/snmp: add event when expected/received PDU versions mismatch 7 years ago
Pierre Chifflier 1880f6945c rust/snmp: use generic parsing function, for all SNMP versions
Do no restrict parsing to the version seen in the first packet, but
use a generic function, independent of the version.
7 years ago
Jeff Lucovsky 6911cc01ad rust/snmp: Support get-info-by-id 7 years ago
Jeff Lucovsky 643864a8f5 rust/snmp: fix libc deprecation warnings 7 years ago
Pierre Chifflier c1b30fe9fd rust/snmp: fix libc deprecation warnings for int types 7 years ago
Pierre Chifflier c60f2028e5 rust/snmp: fix missing IPPROTO_* declarations (use core) 7 years ago
Pierre Chifflier 031cbbe868 rust/snmp: fix selection of v1/v2c parser 7 years ago
Pierre Chifflier aa608e0ca2 SNMP: add the "snmp.version" detection keyword 7 years ago
Pierre Chifflier 60324740e6 SNMP: use explicit references to support build with old rust compiler 7 years ago
Pierre Chifflier 57b233f462 SNMP: start looking for transactions from end of list 7 years ago
Pierre Chifflier 2df840a8b8 Add SNMP (v1/v2c/v3) application layer 7 years ago