mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Removed special chars from comments
This commit is contained in:
parent
3d683755dc
commit
2d096e924f
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ require "dns"
|
|||
|
||||
--- Function that resolves IP address for hostname and
|
||||
--- returns it as hex values
|
||||
--@param hostname: hostname to resolve
|
||||
--@return hostname's ip address in hex
|
||||
--@param hostname Hostname to resolve
|
||||
--@return Ip address of hostname in hex
|
||||
function hex_resolve(hostname)
|
||||
local a, b, c, d;
|
||||
local t, err = ipOps.get_parts_as_number(dns.query(hostname))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue