Parent

Methods

Nmap::Parser::Host::OS::OSClass

Holds information for an individual OS class record

Attributes

ostype[R]

Device type, like “router” or “general purpose“

osvendor[R]

Company that makes the OS, like “Apple” or “Microsoft“

osfamily[R]

Product name, like “Linux” or “Windows“

osgen[R]

A more precise description, like “2.6.X“ for Linux

accuracy[R]

Accuracy of this information

Public Instance Methods

<=>(osclass) click to toggle source

Compares accuracy

# File lib/nmap/parser.rb, line 1668
        def <=>(osclass)
                @accuracy <=> osclass.accuracy
        end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.