OpenVAS CLI  1.4.5
cmd_status_opts_t Struct Reference

Options for status display. More...

Collaboration diagram for cmd_status_opts_t:
Collaboration graph

Data Fields

gboolean report_link
 TRUE if the report URL should be included. More...
 
gboolean dfn_ids
 TRUE if DFN-CERT-IDs should be included. More...
 
gboolean oids
 TRUE if NVT OIDs should be included. More...
 
gboolean descr
 TRUE if NVT descriptions should be included. More...
 
gpointer manager_host
 Pointer to name of the manager host for use in the report link. More...
 
gboolean log_messages
 TRUE if log messages should be included. More...
 
gboolean scan_end
 TRUE if the time the scan finished should be included. More...
 
guint autofp
 Whether to trust vendor security updates. 0 No, 1 full match, 2 partial. More...
 
gint timeout
 Timeout of request. More...
 
gboolean empty_as_unknown
 TRUE if empty results should produce an UNKNOWN response instead of OK. More...
 

Detailed Description

Options for status display.

Definition at line 139 of file check_omp.c.

Field Documentation

◆ autofp

guint cmd_status_opts_t::autofp

Whether to trust vendor security updates. 0 No, 1 full match, 2 partial.

Definition at line 148 of file check_omp.c.

◆ descr

gboolean cmd_status_opts_t::descr

TRUE if NVT descriptions should be included.

Definition at line 144 of file check_omp.c.

◆ dfn_ids

gboolean cmd_status_opts_t::dfn_ids

TRUE if DFN-CERT-IDs should be included.

Definition at line 142 of file check_omp.c.

◆ empty_as_unknown

gboolean cmd_status_opts_t::empty_as_unknown

TRUE if empty results should produce an UNKNOWN response instead of OK.

Definition at line 150 of file check_omp.c.

◆ log_messages

gboolean cmd_status_opts_t::log_messages

TRUE if log messages should be included.

Definition at line 146 of file check_omp.c.

◆ manager_host

gpointer cmd_status_opts_t::manager_host

Pointer to name of the manager host for use in the report link.

Definition at line 145 of file check_omp.c.

◆ oids

gboolean cmd_status_opts_t::oids

TRUE if NVT OIDs should be included.

Definition at line 143 of file check_omp.c.

◆ report_link

gboolean cmd_status_opts_t::report_link

TRUE if the report URL should be included.

Definition at line 141 of file check_omp.c.

◆ scan_end

gboolean cmd_status_opts_t::scan_end

TRUE if the time the scan finished should be included.

Definition at line 147 of file check_omp.c.

◆ timeout

gint cmd_status_opts_t::timeout

Timeout of request.

Definition at line 149 of file check_omp.c.


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