|
OpenVAS Scanner 23.40.3
|
Struct to hold necessary information to call and run notus. More...

Data Fields | |
| char * | server |
| char * | schema |
| char * | host |
| char * | alpn |
| char * | http_version |
| int | port |
| int | tls |
Struct to hold necessary information to call and run notus.
Definition at line 241 of file table_driven_lsc.c.
| char* notus_info::alpn |
Definition at line 246 of file table_driven_lsc.c.
Referenced by free_notus_info().
| char* notus_info::host |
Definition at line 245 of file table_driven_lsc.c.
Referenced by free_notus_info().
| char* notus_info::http_version |
Definition at line 247 of file table_driven_lsc.c.
Referenced by free_notus_info().
| int notus_info::port |
Definition at line 248 of file table_driven_lsc.c.
Referenced by parse_server().
| char* notus_info::schema |
Definition at line 244 of file table_driven_lsc.c.
Referenced by free_notus_info(), and parse_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().
| int notus_info::tls |
Definition at line 249 of file table_driven_lsc.c.