Packet Sniffer SDK DLL Edition

HNTcpManager :: Properties :: TcpMgrGetInvaderMode

 Previous Next

Returns the TCP sessions capturing mode flag.

Syntax:

BOOL __stdcall TcpMgrGetInvaderMode(HANDLE hTcpMgr);

Parameters:

hTcpMgr

[in] HNTcpManager object handle.

Return values:

If the function succeeds the return value will be the TCP sessions capturing mode flag. The default value is FALSE.

Description:

TRUE value means that HNTcpManager component must create a new HNTcpSession object while executing of TcpMgrProcessPacket function if a data transmission for new unregistered TCP session was detected.

See also:HNTcpManager, TcpMgrProcessPacket, TcpMgrSetInvaderMode