# File lib/nmap/parser.rb, line 608 def tcp_service(portnum) port = tcp_port(portnum) return nil if port.nil? port.service end