|
OpenVAS Scanner 23.23.1
|
SNMP Request struct for snmp v1 and v2c. More...
Data Fields | |
| char * | peername |
| char * | community |
| char * | oid_str |
| int | version |
| u_char | action |
SNMP Request struct for snmp v1 and v2c.
| u_char snmpv1v2_request::action |
snmp get or getnext action.
| char* snmpv1v2_request::community |
snmp community name.
| char* snmpv1v2_request::oid_str |
snmp oid to search for.
| char* snmpv1v2_request::peername |
snmp peer name.
| int snmpv1v2_request::version |
snmp version.