Walter.Net.HoneyPot
PortStatus Enumeration
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace : PortStatus Enumeration
Enum PortStatus provides a notation for port detection nature
Syntax
public enum PortStatus : System.Enum 
Members
MemberDescription
AnyPort The request came from a port not specified as honey-pot nor from a port configured as standard port
CommunicatedNotHttpPorts Communication was detected on a non HTTP port
HoneyPotPort communication via a defined honey pot port
IPCommunication Detected socket request over IP address and port number and not host name when this was not expected
None Port status is not configured or not processed
StandardPort The standard port was used (safe communication)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Net.HoneyPot.PortStatus

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Walter.Net.HoneyPot Namespace