Re: Re: How to control loopback packets.

Home Forums Discussions Support How to control loopback packets. Re: Re: How to control loopback packets.

#6955
Vadim Smirnov
Keymaster

    If you mean localhost packets (an example, two applications communicating via Winsock and running on the same system) then these packets are processed internally by TCP/IP and never reach NDIS layer. So you can’t use WinpkFilter to control these packets. However, you can use Local Network Monitor, which is based on TDI filter driver and allows to intercept localhost data transfers.