How does HNTcpManager component work if VirtualMode property is set to TRUE?
A. If this flag is set to TRUE, that will mean that HNTcpManager component will be using only TCP packet parameters and HNPacket object property values at the time when ProcessPacket function is executed. Virtual TCP sessions mode can be used when it is necessary to analyze the network activity, i.e. when we are interested in TCP connection properties only (the number of connections in a unit of time the size of information sent, hosts taking part in the interaction, etc) and not in its data (TCP packets contents).