Anti Spoofing has the highest priority for blocking network traffic. Any packet that does NOT pass an anti-spoofing filter will not be transmitted even if it passes other filters. Any packet that does pass the anti-spoofing filter is subject to the rest of the system defense filters before it is transmitted. AntiSpoofingSupport.CountingAndEventOnMatch is supported in Intel AMT Release 6.0 and later releases.

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public enum AntiSpoofingSupport
Visual Basic (Declaration)
Public Enumeration AntiSpoofingSupport

Members

Member nameDescription
Off
Off
EventOnMatch
EventOnMatch
Count
Count
CountingAndEventOnMatch
Counting + EventOnMatch
OnWithoutCountingOrEventOnMatch
On without counting or eventOnMatch. CountingAndEventOnMatch is supported in Intel AMT Release 6.0 and later releases.

See Also