mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Committing MTU-related changes:
* Adding path-mtu.nse for Path MTU Discovery * Nmap now stores the MTU for interfaces (from SIOCGIFMTU or libdnet) * Scripts can access the MTU for host.interface via host.interface_mtu * Nmap prints the MTU for interfaces in --iflist
This commit is contained in:
parent
c3a1ec9f02
commit
57664a51cf
11 changed files with 459 additions and 5 deletions
|
|
@ -1513,6 +1513,15 @@ LUALIB_API int luaopen_openssl(lua_State *L) {
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>host.interface_mtu</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>The MTU (maximum transmission unit) for <literal>host.interface</literal>,
|
||||
or 0 if not known.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>host.bin_ip</option>
|
||||
</term>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue