OpenVAS Libraries  8.0.3
Data Fields
nmap_port Struct Reference

Store port information. More...

Data Fields

gchar * proto
 
gchar * portno
 
gchar * state
 
gchar * service
 
gchar * version
 
GSList * port_scripts
 
GSList * version_cpes
 

Detailed Description

Store port information.

Field Documentation

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.


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