1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Use version_port_or_service over port_or_service.

This commit is contained in:
david
2012-12-30 00:39:30 +00:00
parent 941b73ac8a
commit 02659c3de2
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ author = "David Fifield"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
portrule = shortport.port_or_service({8899})
portrule = shortport.version_port_or_service({8899})
local function set_port_version(host, port, version, server)
port.version.name = "ovs-agent"