1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Add a bit to nsedoc for nmap.list_interfaces

This commit is contained in:
dmiller
2021-12-12 23:42:35 +00:00
parent bc1091d387
commit b281598a4e

View File

@@ -125,7 +125,9 @@ function get_interface_info(interface_name)
--- Lists network interfaces --- Lists network interfaces
-- --
-- This script enumerates all network interfaces and returns a list of tables -- 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: -- Keys of each table:
-- * <code>device</code> The interface name, can be an interface alias. -- * <code>device</code> The interface name, can be an interface alias.