# File lib/nmap/parser.rb, line 1302
        def name(index = 0)
                return nil if @osmatches.empty?

                @osmatches[index.to_i].name
        end