1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +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

@@ -18,7 +18,7 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"version"}
portrule = shortport.port_or_service(3478, "stun", "udp")
portrule = shortport.version_port_or_service(3478, "stun", "udp")
local function fail(err) return ("\n ERROR: %s"):format(err or "") end