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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user