// ntddndis.h
typedef enum _NDIS_UDP_HEADER_FIELD {
NdisUdpHeaderFieldUndefined,
NdisUdpHeaderFieldDestinationPort,
NdisUdpHeaderFieldMaximum
} NDIS_UDP_HEADER_FIELD, *PNDIS_UDP_HEADER_FIELD;
View the official Windows Driver Kit DDI referenceNo description available.
The NDIS_UDP_HEADER_FIELD enumeration identifies the type of a field in a User Datagram Protocol (UDP) header to be filtered.
NdisUdpHeaderFieldUndefinedAn undefined UDP header field.
NdisUdpHeaderFieldDestinationPortThe UDP destination port field.
NdisUdpHeaderFieldMaximumThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.
The NDIS_UDP_HEADER_FIELD enumeration is used in the NDIS_RECEIVE_FILTER_FIELD_PARAMETERS structure.
NDIS_RECEIVE_FILTER_FIELD_PARAMETERS