OpenVAS Scanner
7.0.0~git
|
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 226 of file nasl_builtin_nmap.c.
gchar* traceroute_hop::addr |
Host IP address.
Definition at line 228 of file nasl_builtin_nmap.c.
Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().
gchar* traceroute_hop::host |
Hostname (or NULL if unavailable).
Definition at line 229 of file nasl_builtin_nmap.c.
Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().
gchar* traceroute_hop::rtt |
Smoothed round time trip (or NULL if unavailable).
Definition at line 230 of file nasl_builtin_nmap.c.
Referenced by current_host_reset(), save_traceroute_details(), and xmltag_open_hop().