mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Removed special chars from comments
This commit is contained in:
@@ -33,8 +33,8 @@ require "dns"
|
|||||||
|
|
||||||
--- Function that resolves IP address for hostname and
|
--- Function that resolves IP address for hostname and
|
||||||
--- returns it as hex values
|
--- returns it as hex values
|
||||||
--@param hostname: hostname to resolve
|
--@param hostname Hostname to resolve
|
||||||
--@return hostname's ip address in hex
|
--@return Ip address of hostname in hex
|
||||||
function hex_resolve(hostname)
|
function hex_resolve(hostname)
|
||||||
local a, b, c, d;
|
local a, b, c, d;
|
||||||
local t, err = ipOps.get_parts_as_number(dns.query(hostname))
|
local t, err = ipOps.get_parts_as_number(dns.query(hostname))
|
||||||
|
|||||||
Reference in New Issue
Block a user