Share via


PFFRAMETYPE

[PFFRAMETYPE is available for use in the operating systems listed in the Requirements section. It may be altered or unavailable in subsequent versions. The API elements described in the Windows Filtering Platform API Reference provide similar functionality.]

The PFFRAMETYPE type enumerates the reasons why a packet was filtered.

typedef enum _PfFrameType
{
  PFFT_FILTER = 1,
  PFFT_FRAG = 2,
  PFFT_SPOOF = 3
}PFFRAMETYPE,  *PPFFRAMETYPE;

Constants

  • PFFT_FILTER
    The packet violated a filter rule.
  • PFFT_FRAG
    A bad fragment was detected.
  • PFFT_SPOOF
    A check of the destination address resulted in a strong host failure.

Requirements

Server Requires Windows Server 2003 or Windows 2000 Server.
Header

Declared in Fltdefs.h.

See Also

PFLOGFRAME
GLOBAL_FILTER