Walter.Net.HoneyPot
TryGetPortCounters Method
Walter.Net.HoneyPot Assembly > Walter.Net.HoneyPot.Repositories Namespace > IHoneyPotDataSource Interface : TryGetPortCounters Method
The cidr.
The port.
The firewall session id.
The first.
The last.
The count.
Tries to get the get port counters for port fishing.
Syntax
bool TryGetPortCounters( 
   long cidr,
   int port,
   decimal fwsession,
   out DateTime first,
   out DateTime last,
   out long count
)

Parameters

cidr
The cidr.
port
The port.
fwsession
The firewall session id.
first
The first.
last
The last.
count
The count.

Return Value

true if XXXX, false otherwise.
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

IHoneyPotDataSource Interface
IHoneyPotDataSource Members