Hi,
I'm trying to understand if I can implement a WFP callout driver that will intercept connection establishment and terminate with success before it ever gets to the TCP layer.
and if it can, can it than intercept the traffic of the payload that the application sends and inject incoming traffic to the application in return.
it means that the session from application point of view is established and it can send an recv data, but there was never a 4 ways handshake of SYN and SYN+ACK.
Regards,
Sagi