OpenVAS Libraries
8.0.3
|
Store port information. More...
Data Fields | |
gchar * | proto |
gchar * | portno |
gchar * | state |
gchar * | service |
gchar * | version |
GSList * | port_scripts |
GSList * | version_cpes |
Store port information.
GSList* nmap_port::port_scripts |
List of related port script results.
gchar* nmap_port::portno |
Port number.
gchar* nmap_port::proto |
Layer 4 protocol.
gchar* nmap_port::service |
Service name (can be different from the standard port/service combo).
gchar* nmap_port::state |
Port state (open/closed/filtered...).
gchar* nmap_port::version |
Discovered product, version, extrainfo (version detection).
GSList* nmap_port::version_cpes |
List of CPEs gathered during version detection scan.