OpenVAS Manager  7.0.3~git
nvt_selector_t Struct Reference

An NVT selector. More...

#include <manage.h>

Collaboration diagram for nvt_selector_t:
Collaboration graph

Data Fields

char * name
 Name of NVT selector. More...
 
char * type
 Name of NVT selector. More...
 
int include
 Whether family/NVT is included or excluded. More...
 
char * family_or_nvt
 Family or NVT that this selector selects. More...
 

Detailed Description

An NVT selector.

Definition at line 1752 of file manage.h.

Field Documentation

◆ family_or_nvt

char* nvt_selector_t::family_or_nvt

Family or NVT that this selector selects.

Definition at line 1757 of file manage.h.

◆ include

int nvt_selector_t::include

Whether family/NVT is included or excluded.

Definition at line 1756 of file manage.h.

◆ name

char* nvt_selector_t::name

Name of NVT selector.

Definition at line 1754 of file manage.h.

◆ type

char* nvt_selector_t::type

Name of NVT selector.

Definition at line 1755 of file manage.h.


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