OpenVAS Manager  7.0.3~git
host_detail_t Struct Reference

A host detail for create_report. More...

#include <manage.h>

Collaboration diagram for host_detail_t:
Collaboration graph

Data Fields

char * ip
 IP. More...
 
char * name
 Detail name. More...
 
char * source_desc
 Source description. More...
 
char * source_name
 Source name. More...
 
char * source_type
 Source type. More...
 
char * value
 Detail value. More...
 

Detailed Description

A host detail for create_report.

Definition at line 1191 of file manage.h.

Field Documentation

◆ ip

char* host_detail_t::ip

IP.

Definition at line 1193 of file manage.h.

◆ name

char* host_detail_t::name

Detail name.

Definition at line 1194 of file manage.h.

◆ source_desc

char* host_detail_t::source_desc

Source description.

Definition at line 1195 of file manage.h.

◆ source_name

char* host_detail_t::source_name

Source name.

Definition at line 1196 of file manage.h.

◆ source_type

char* host_detail_t::source_type

Source type.

Definition at line 1197 of file manage.h.

◆ value

char* host_detail_t::value

Detail value.

Definition at line 1198 of file manage.h.


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