NDIS_IPV4_HEADER_FIELD - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntddndis-_ndis_ipv4_header_field)

_NDIS_IPV4_HEADER_FIELD enumeration

Description

The NDIS_IPV4_HEADER_FIELD enumeration identifies the type of a field in an IP version 4 (IPv4) header to be filtered.

Constants

NdisIPv4HeaderFieldUndefined

An undefined IPV4 header field.

NdisIPv4HeaderFieldProtocol

The IPv4 protocol field.

NdisIPv4HeaderFieldMaximum

The maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.

Remarks

The NDIS_IPV4_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.

See also

NDIS_RECEIVE_FILTER_FIELD_PARAMETERS