How can I drop all packets on windows server that are containing a specific string? The string is: TSource
Windows Firewall doesn't seem to have this kind of option.
How can I drop all packets on windows server that are containing a specific string? The string is: TSource
Windows Firewall doesn't seem to have this kind of option.
Windows Firewall cannot do this for you because it is working on network
and transport
layers while your task requires software working on application
layer (application firewall).