OpenVAS Scanner
5.1.3
|
Go to the source code of this file.
Functions | |
client_request_t | otp_get_client_request (char *str) |
Find the enum identifier for the client request which is given. More... | |
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().