OpenVAS Scanner  7.0.1~git
nmap_opt_t Struct Reference

Describe an nmap command line option. More...

Collaboration diagram for nmap_opt_t:
Collaboration graph

Data Fields

gchar * optname
 
gchar * flag
 
gboolean argument_required
 

Detailed Description

Describe an nmap command line option.

Definition at line 318 of file nasl_builtin_nmap.c.

Field Documentation

◆ argument_required

gboolean nmap_opt_t::argument_required

Add option value to the command line.

Definition at line 322 of file nasl_builtin_nmap.c.

◆ flag

gchar* nmap_opt_t::flag

Corresponding nmap flag to set.

Definition at line 321 of file nasl_builtin_nmap.c.

◆ optname

gchar* nmap_opt_t::optname

NASL option name as exported to the user.

Definition at line 320 of file nasl_builtin_nmap.c.

Referenced by add_scantype_arguments(), add_timing_arguments(), and build_cmd_line().


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