1

hi I want to learn about windows filtering platform I am new i need tutorial or video to help me in my firewall project what i really want is to stop packet with specific port and change the port then send the packet please help me

4

1 回答 1

0

为什么不使用 NDIS lwf 而不是 WFP?根据我的经验,NDIS 更容易进行端口处理。WFP 是 callout 函数方法,但 NDIS 有两个 recv,code 中的 send 函数。您可以使用此功能,捕获数据包(端口)并阻止或更改它。如果你只想停止一个端口,WFP 也不错。
无论如何,首先,您可以查看 C++ 中的 Windows 过滤平台示例 https://code.msdn.microsoft.com/windowshardware/Windows-Filtering-Platform-27553baa

于 2015-03-19T04:04:56.110 回答