# File lib/nmap/parser.rb, line 746 def ip_service(protonum) proto = ip_proto(protonum) return nil if proto.nil? proto.service end