OpenVAS Manager  7.0.3~git
create_port_range_data_t Struct Reference

Command data for the create_port_range command. More...

Collaboration diagram for create_port_range_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * end
 Last port. More...
 
char * port_list_id
 Port list for new port range. More...
 
char * start
 First port. More...
 
char * type
 Type of new port range. More...
 

Detailed Description

Command data for the create_port_range command.

Definition at line 1328 of file omp.c.

Field Documentation

◆ comment

char* create_port_range_data_t::comment

Comment.

Definition at line 1330 of file omp.c.

◆ end

char* create_port_range_data_t::end

Last port.

Definition at line 1331 of file omp.c.

◆ port_list_id

char* create_port_range_data_t::port_list_id

Port list for new port range.

Definition at line 1332 of file omp.c.

◆ start

char* create_port_range_data_t::start

First port.

Definition at line 1333 of file omp.c.

◆ type

char* create_port_range_data_t::type

Type of new port range.

Definition at line 1334 of file omp.c.


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