|
Greenbone Vulnerability Management Libraries 22.25.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.
| gchar* range::comment |
Comment.
| int range::end |
End port. For single port end == start.
| int range::exclude |
Whether to exclude range.
| gchar* range::id |
UUID.
| int range::start |
Start port.
| port_protocol_t range::type |
Port protocol.