class documentation

class OSFPPortUsed(object): (source)

View In Hierarchy

Port used class: this enables the user of NmapOSFingerprint class to have a common and clear interface to access portused data which were collected and used during os fingerprint scan

Method __init__ Undocumented
Property portid Accessor for the referenced port number used
Property proto Accessor for the portused protocol (tcp, udp,...)
Property state Accessor for the portused state (closed, open,...)
Instance Variable _portid Undocumented
Instance Variable _proto Undocumented
Instance Variable _state Undocumented
def __init__(self, port_used_dict): (source)

Undocumented

Accessor for the referenced port number used

Accessor for the portused protocol (tcp, udp,...)

Accessor for the portused state (closed, open,...)

Undocumented

Undocumented

Undocumented