OpenVAS Scanner  6.0.1
Functions
otp.c File Reference

Implements OpenVAS Transfer Protocol. More...

#include "otp.h"
#include "../misc/network.h"
#include <glib.h>
#include <string.h>

Functions

client_request_t otp_get_client_request (char *str)
 Find the enum identifier for the client request which is given. More...
 

Detailed Description

Implements OpenVAS Transfer Protocol.

Function Documentation

◆ otp_get_client_request()

client_request_t otp_get_client_request ( char *  str)

Find the enum identifier for the client request which is given.

as string.

Parameters
strEnum identifier of OTP command (a client_request_t).
See also
client_request_t