Packet Sniffer SDK DLL Edition

HNTcpManager :: Properties :: TcpMgrSetCheckIpSum

 Previous Next

Sets the IP packet checksum verification flag.

Syntax:

BOOL __stdcall TcpMgrSetCheckIpSum(HANDLE hTcpMgr, BOOL CheckIpSum);

Parameters:

hTcpMgr

[in] HNTcpManager object handle.

CheckIpSum

[in] The value of the IP packet checksum checking flag.

Return values:

If the function succeeds the return value will be the CheckIpSum parameter value.

Description:

Use this property to change the value of the IP packet checksum checking flag. Setting this flag in TRUE means that HNTcpManager component must verify checksum of each IP packet in the TcpMgrProcessPacket function.

See also:HNTcpManager, TcpMgrProcessPacket, TcpMgrGetCheckIpSum