mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
add LLMNR support and cleaned up some result output
This commit is contained in:
@@ -287,7 +287,8 @@ action = function()
|
||||
table.insert( out_outer, { name = proto, out_inner } )
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
table.sort(out_outer, function(a, b) return a.name < b.name end)
|
||||
return stdnse.format_output(true, out_outer)
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user