[Test Case 1]


While calling netdump command,  I can see SYN/RST packets when I try to connect to 127.0.0.1:23.

netdump "tcp.SrcPort==23 tcp.DstPort==23"


While calling passthru command, I can not see any packets.

passthru "tcp.SrcPort==23 tcp.DstPort==23"



[Test Case 2]


Firefox application communicates with loopback(127.0.0.1) interface while application launches.


I can see the packets with netdump command.

netdump true


But I can not see any packets with passthru command.

passthru true 1



[Test Enviromnent]


Windows 7 Ultimate K

RAM 8G

Both WinDivert 1.1.2-rc and 1.1.1 has been tested.



[Video]