# File lib/nmap/parser.rb, line 689 def udp_service(portnum) port = udp_port(portnum) return nil if port.nil? port.service end