1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-21 21:59:08 +00:00

Reduce a level of indirection in traceroute entries in NSE

This commit is contained in:
dmiller
2018-06-28 03:43:24 +00:00
parent a0418c0b89
commit 7d724a69a2
3 changed files with 2 additions and 4 deletions

View File

@@ -1905,7 +1905,7 @@ host.os = {
This is an array of traceroute hops, present when the
<option>--traceroute</option> option was used. Each entry is a
host table with fields <literal>name</literal>,
<literal>ip</literal> and <literal>times.srtt</literal> (round
<literal>ip</literal> and <literal>srtt</literal> (round
trip time). The TTL for an entry is implicit given its position
in the table. An empty table represents a timed-out hop.
</para>