# File lib/nmap/parser.rb, line 682 def udp_script_output(portnum, name) port = udp_port(portnum) return nil if port.nil? port.script_output(name) end