|
Greenbone Vulnerability Management Libraries 22.32.0
|
A port range. More...
#include <networking.h>

Data Fields | |
| gchar * | comment |
| gchar * | id |
| int | end |
| int | exclude |
| int | start |
| port_protocol_t | type |
A port range.
Definition at line 34 of file networking.h.
| gchar* range::comment |
Comment.
Definition at line 36 of file networking.h.
| int range::end |
End port. For single port end == start.
Definition at line 38 of file networking.h.
Referenced by Ensure(), and port_range_ranges().
| int range::exclude |
Whether to exclude range.
Definition at line 39 of file networking.h.
Referenced by Ensure(), and port_range_ranges().
| gchar* range::id |
UUID.
Definition at line 37 of file networking.h.
| int range::start |
Start port.
Definition at line 40 of file networking.h.
Referenced by Ensure(), port_in_port_ranges(), and port_range_ranges().
| port_protocol_t range::type |
Port protocol.
Definition at line 41 of file networking.h.
Referenced by Ensure(), port_in_port_ranges(), and port_range_ranges().