How can I filter (allow, block, etc.) outgoing packets on Windows? I want to search in TCP or UDP packet types to search in a data segment, for example, this is "387602304fd236e048125453b1fa10c980e9dad4fa7f3f5dd2497c2e8b2b" and discard / block / block the packet if it matches the hexadecimal search string. I already tried WIPFW and PKTFILTER, but they only serve IP source filtering, dest, port, etc. They do not check packet data. I think the Berkeley Packet Filter does the job, but it is for unix ...
source share