NDIS_STATUS_PACKET_FILTER (Compact 2013)

3/26/2014

This status indicates a packet filter change to overlying drivers. NDIS generates this status indications for a miniport adapter to notify overlying drivers that there might be a change in the miniport adapter's packet filter setting.

Remarks

NDIS does not guarantee that the packet filter has changed when NDIS generates the NDIS_STATUS_PACKET_FILTER status indication.

NDIS filter drivers can also generate the NDIS_STATUS_PACKET_FILTER status indication.

NDIS supplies a bitwise OR of the filter type flags in the StatusBuffer member of the NDIS_STATUS_INDICATION structure. For a list of the filter type flags, see the OID_GEN_CURRENT_PACKET_FILTER . For additional information about packet filters, see OID_GEN_SUPPORTED_PACKET_FILTERS.

The StatusBufferSize member of the NDIS_STATUS_INDICATION structure is set to sizeof(ULONG).

Requirements

Header

ndis.h

See Also

Reference

NDIS General Status Indications
NDIS_STATUS_INDICATION
OID_GEN_CURRENT_PACKET_FILTER
OID_GEN_SUPPORTED_PACKET_FILTERS