mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add a bit to nsedoc for nmap.list_interfaces
This commit is contained in:
parent
bc1091d387
commit
b281598a4e
1 changed files with 3 additions and 1 deletions
|
|
@ -125,7 +125,9 @@ function get_interface_info(interface_name)
|
|||
--- Lists network interfaces
|
||||
--
|
||||
-- This script enumerates all network interfaces and returns a list of tables
|
||||
-- containing information about every interface.
|
||||
-- containing information about every interface. If an interface has more than
|
||||
-- one network address configured (such as IPv4, IPv6 link-local, IPv6 public)
|
||||
-- then the list will have a separate entry for each address.
|
||||
--
|
||||
-- Keys of each table:
|
||||
-- * <code>device</code> The interface name, can be an interface alias.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue