OpenVAS Scanner 23.40.3
notus_info Struct Reference

Struct to hold necessary information to call and run notus. More...

Collaboration diagram for notus_info:
Collaboration graph

Data Fields

char * server
char * schema
char * host
char * alpn
char * http_version
int port
int tls

Detailed Description

Struct to hold necessary information to call and run notus.

Definition at line 241 of file table_driven_lsc.c.

Field Documentation

◆ alpn

char* notus_info::alpn

Definition at line 246 of file table_driven_lsc.c.

Referenced by free_notus_info().

◆ host

char* notus_info::host

Definition at line 245 of file table_driven_lsc.c.

Referenced by free_notus_info().

◆ http_version

char* notus_info::http_version

Definition at line 247 of file table_driven_lsc.c.

Referenced by free_notus_info().

◆ port

int notus_info::port

Definition at line 248 of file table_driven_lsc.c.

Referenced by parse_server().

◆ schema

char* notus_info::schema

Definition at line 244 of file table_driven_lsc.c.

Referenced by free_notus_info(), and parse_server().

◆ server

char* notus_info::server

Definition at line 243 of file table_driven_lsc.c.

Referenced by free_notus_info(), init_notus_info(), and send_request().

◆ tls

int notus_info::tls

Definition at line 249 of file table_driven_lsc.c.


The documentation for this struct was generated from the following file: