OpenVAS Scanner
5.1.3
|
Go to the source code of this file.
Enumerations | |
enum | client_request_t { CREQ_UNKNOWN, CREQ_ATTACHED_FILE, CREQ_LONG_ATTACK, CREQ_PREFERENCES, CREQ_STOP_WHOLE_TEST, CREQ_NVT_INFO } |
Functions | |
client_request_t | otp_get_client_request (char *) |
Find the enum identifier for the client request which is given. More... | |
enum client_request_t |
client_request_t otp_get_client_request | ( | char * | str | ) |
Find the enum identifier for the client request which is given.
as string.
str | Enum identifier of OTP command (a client_request_t). |
Definition at line 42 of file otp.c.
References CREQ_ATTACHED_FILE, CREQ_LONG_ATTACK, CREQ_NVT_INFO, CREQ_PREFERENCES, CREQ_STOP_WHOLE_TEST, and CREQ_UNKNOWN.
Referenced by ntp_parse_input().