1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

o [NSE] Host tables now have a host.traceroute member when --traceroute

is used. This array contains the IP address, reverse DNS name, and RTT
  for each traceroute hop. [Henri Doreau]
This commit is contained in:
david
2010-08-28 15:50:10 +00:00
parent 2dedb261d9
commit b2350aa947
3 changed files with 45 additions and 0 deletions

View File

@@ -1551,6 +1551,21 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
</listitem>
</varlistentry>
<varlistentry>
<term><option>host.traceroute</option>
</term>
<listitem>
<para>
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
trip time). The TTL for an entry is implicit given its position
in the table. An empty table represents a timed-out hop.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>port</option>
</term>