Greenbone Vulnerability Management Libraries
11.0.0
|
The structure for a preference of a NVT. More...
Data Fields | |
int | id |
Preference ID. More... | |
gchar * | type |
Preference type. More... | |
gchar * | name |
Name of the preference. More... | |
gchar * | dflt |
Default value of the preference. More... | |
gchar* nvtpref::dflt |
Default value of the preference.
Definition at line 338 of file nvti.c.
Referenced by nvtpref_default(), nvtpref_free(), and nvtpref_new().
int nvtpref::id |
Preference ID.
Definition at line 335 of file nvti.c.
Referenced by nvtpref_id(), and nvtpref_new().
gchar* nvtpref::name |
Name of the preference.
Definition at line 337 of file nvti.c.
Referenced by nvtpref_free(), nvtpref_name(), and nvtpref_new().
gchar* nvtpref::type |
Preference type.
Definition at line 336 of file nvti.c.
Referenced by nvtpref_free(), nvtpref_new(), and nvtpref_type().