wiresock / ndisapi

Windows Packet Filter library for network packet interception and manipulation, suitable for custom firewall, VPN and traffic analysis applications.
https://www.ntkernel.com/windows-packet-filter/
MIT License
289 stars 78 forks source link

Socksify not working with tracert #8

Closed ihmc3jn09hk closed 3 years ago

ihmc3jn09hk commented 3 years ago

Hi, I was trying with the socksify example with tracert but did not work. It does capture application like Chrome, Firefox etc. The example not even capture the tracert. Why is the case ?

wiresock commented 3 years ago

Socksify captures only TCP protocol, while tracert uses ICMP.