Walter.Net.HoneyPot
OnBytesReceived Event (HoneyPotPortListener)
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot Namespace > HoneyPotPortListener Class : OnBytesReceived Event
Syntax
public event EventHandler<BytesReceivedEventArg> OnBytesReceived
Event Data

The event handler receives an argument of type BytesReceivedEventArg containing data related to this event. The following BytesReceivedEventArg properties provide information specific to this event.

PropertyDescription
Gets the Honey-Pot port detection meta data.  
Gets the raw bytes send by the malicious endpoint.  
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