// fwpsk.h
typedef enum FWPS_FIELDS_ALE_CONNECT_REDIRECT_V6_ {
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_APP_ID,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_USER_ID,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_ADDRESS,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_ADDRESS_TYPE,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_PORT,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_PROTOCOL,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_REMOTE_ADDRESS,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_DESTINATION_ADDRESS_TYPE,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_REMOTE_PORT,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_FLAGS,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_ORIGINAL_APP_ID,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_PACKAGE_ID,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_COMPARTMENT_ID,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_PACKAGE_FAMILY_NAME,
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_MAX
} FWPS_FIELDS_ALE_CONNECT_REDIRECT_V6;
View the official Windows Driver Kit DDI referenceNo description available.
The FWPS_FIELDS_ALE_CONNECT_REDIRECT_V6 enumeration type specifies the data field identifiers for the FWPS_LAYER_ALE_CONNECT_REDIRECT_V6 run-time filtering layer.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_APP_IDThe full path of the application.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_USER_IDThe identifier of the local user.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_ADDRESSThe local IP address.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_ADDRESS_TYPEThe local IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_PORTThe local transport protocol port number.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_PROTOCOLThe IP protocol number, as specified in RFC 1700.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_REMOTE_ADDRESSThe remote IP address.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_DESTINATION_ADDRESS_TYPEThe destination IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_REMOTE_PORTThe remote transport protocol port number.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_FLAGSA bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering Condition Flags.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_ORIGINAL_APP_IDThe full path of the original application for proxy connections. If the application has not been proxied, this path is identical to the xxx_ALE_APP_ID.
Note Supported starting with Windows 8.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_PACKAGE_IDThe package identifier is a security identifier (SID) that identifies the associated AppContainer process. For more information about the SID structure, see the description for the SID structure in the Microsoft Windows SDK documentation.
Note Supported starting with Windows 8.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ALE_SECURITY_ATTRIBUTE_FQBN_VALUEThe fully qualified binary name (FQBN) value of the application.
Note Supported starting with Windows 10.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_COMPARTMENT_IDThe compartment that the network interface belongs to.
Note Supported starting with Windows 10, version 1703.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_PACKAGE_FAMILY_NAMEThe Package Family Name of the application.
Note Supported starting with Windows Server 2022 23H2.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries.
The following macros in Fwpsk.h are defined with FWPS_FIELDS_ALE_CONNECT_REDIRECT_V6 enumeration values:
#define FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ICMP_TYPE \
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_LOCAL_PORT
#define FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ICMP_CODE \
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_IP_REMOTE_PORT
These macros are used to access the following IPV6 data fields:
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ICMP_TYPE The ICMP type field, as specified in RFC 792.
FWPS_FIELD_ALE_CONNECT_REDIRECT_V6_ICMP_CODE The ICMP code field, as specified in RFC 792.