# File lib/nmap/parser.rb, line 753 def ip_state(protonum) proto = ip_proto(protonum) return nil if proto.nil? proto.state end