1
0
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:
patrik
2013-03-16 03:18:28 +00:00
parent 675000afe8
commit b6492f96af
2 changed files with 46 additions and 9 deletions

View File

@@ -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