Greenbone Vulnerability Management Libraries  10.0.0
range Struct Reference

A port range. More...

#include <networking.h>

Collaboration diagram for range:
Collaboration graph

Data Fields

gchar * comment
 
gchar * id
 
int end
 
int exclude
 
int start
 
port_protocol_t type
 

Detailed Description

A port range.

Definition at line 48 of file networking.h.

Field Documentation

◆ comment

gchar* range::comment

Comment.

Definition at line 50 of file networking.h.

◆ end

int range::end

End port. 0 for single port.

Definition at line 52 of file networking.h.

Referenced by port_range_ranges().

◆ exclude

int range::exclude

Whether to exclude range.

Definition at line 53 of file networking.h.

Referenced by port_range_ranges().

◆ id

gchar* range::id

UUID.

Definition at line 51 of file networking.h.

◆ start

int range::start

Start port.

Definition at line 54 of file networking.h.

Referenced by port_in_port_ranges(), and port_range_ranges().

◆ type

port_protocol_t range::type

Port protocol.

Definition at line 55 of file networking.h.

Referenced by nvtpref_new(), port_in_port_ranges(), and port_range_ranges().


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