From 4b46fa7097673f157e7b93e72f0c8b3249c54b4c Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 7 Apr 2021 18:42:28 +0000 Subject: [PATCH] Label the function as intentionally empty See https://seclists.org/nmap-dev/2021/q1/31 --- scripts/address-info.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/address-info.nse b/scripts/address-info.nse index e0f07289d..0455ac3a9 100644 --- a/scripts/address-info.nse +++ b/scripts/address-info.nse @@ -174,6 +174,7 @@ local function format_ipv4(ipv4) end local function do_ipv4(addr) + -- intentionally empty end -- EUI-64 from MAC, RFC 4291.