// ntddndis.h
typedef enum _NDIS_IPV4_HEADER_FIELD {
NdisIPv4HeaderFieldUndefined,
NdisIPv4HeaderFieldProtocol,
NdisIPv4HeaderFieldMaximum
} NDIS_IPV4_HEADER_FIELD, *PNDIS_IPV4_HEADER_FIELD;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_IPV4_HEADER_FIELD enumeration identifies the type of a field in an IP version 4 (IPv4) header to be filtered.
NdisIPv4HeaderFieldUndefinedAn undefined IPV4 header field.
NdisIPv4HeaderFieldProtocolThe IPv4 protocol field.
NdisIPv4HeaderFieldMaximumThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.
The NDIS_IPV4_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.
NDIS_RECEIVE_FILTER_FIELD_PARAMETERS