OpenVAS Libraries
9.0.3
|
Describe a detected hop on the route. More...
Data Fields | |
gchar * | addr |
gchar * | host |
gchar * | rtt |
Describe a detected hop on the route.
Definition at line 247 of file nasl_builtin_nmap.c.
gchar* traceroute_hop::addr |
Host IP address.
Definition at line 249 of file nasl_builtin_nmap.c.
gchar* traceroute_hop::host |
Hostname (or NULL if unavailable).
Definition at line 250 of file nasl_builtin_nmap.c.
gchar* traceroute_hop::rtt |
Smoothed round time trip (or NULL if unavailable).
Definition at line 251 of file nasl_builtin_nmap.c.