Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the data field identifiers for the FWPS_LAYER_STREAM_PACKET_V6 run-time filtering layer.
Syntax
typedef enum FWPS_FIELDS_STREAM_PACKET_V6_ {
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_ADDRESS,
FWPS_FIELD_STREAM_PACKET_V6_IP_REMOTE_ADDRESS,
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_PORT,
FWPS_FIELD_STREAM_PACKET_V6_IP_REMOTE_PORT,
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_INTERFACE,
FWPS_FIELD_STREAM_PACKET_V6_INTERFACE_INDEX,
FWPS_FIELD_STREAM_PACKET_V6_SUB_INTERFACE_INDEX,
FWPS_FIELD_STREAM_PACKET_V6_DIRECTION,
FWPS_FIELD_STREAM_PACKET_V6_FLAGS,
FWPS_FIELD_STREAM_PACKET_V6_INTERFACE_TYPE,
FWPS_FIELD_STREAM_PACKET_V6_TUNNEL_TYPE,
FWPS_FIELD_STREAM_PACKET_V6_COMPARTMENT_ID,
FWPS_FIELD_STREAM_PACKET_V6_MAX
} FWPS_FIELDS_STREAM_PACKET_V6;
Constants
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_ADDRESSThe local IP address. |
FWPS_FIELD_STREAM_PACKET_V6_IP_REMOTE_ADDRESSThe remote IP address. |
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_PORTThe local transport protocol port number. |
FWPS_FIELD_STREAM_PACKET_V6_IP_REMOTE_PORTThe remote transport protocol port number. |
FWPS_FIELD_STREAM_PACKET_V6_IP_LOCAL_INTERFACEThe locally unique identifier (LUID) for the network interface associated with the local IP address. |
FWPS_FIELD_STREAM_PACKET_V6_INTERFACE_INDEXThe index of the network interface, as enumerated by the network stack. |
FWPS_FIELD_STREAM_PACKET_V6_SUB_INTERFACE_INDEXThe index of the logical network interface, as enumerated by the network stack. |
FWPS_FIELD_STREAM_PACKET_V6_DIRECTIONThe possible values are FWP_DIRECTION_INBOUND and FWP_DIRECTION_OUTBOUND. |
FWPS_FIELD_STREAM_PACKET_V6_FLAGSA bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering condition flags. |
FWPS_FIELD_STREAM_PACKET_V6_INTERFACE_TYPEThe type of the arrival network interface, as defined by the Internet Assigned Numbers Authority (IANA). For more information, see IANAifType-MIB Definitions. |
FWPS_FIELD_STREAM_PACKET_V6_TUNNEL_TYPEThe encapsulation method used by a tunnel if the IfType member of the IP_ADAPTER_ADDRESSES structure is IF_TYPE_TUNNEL. The tunnel type is defined by IANA. For more information, see IANAifType-MIB Definitions and the Windows SDK. |
FWPS_FIELD_STREAM_PACKET_V6_COMPARTMENT_IDThe compartment that the network interface belongs to. Supported starting with Windows 10, version 1703. |
FWPS_FIELD_STREAM_PACKET_V6_MAXThe maximum value for this enumeration. This value might change in future versions of the NDIS header files and binaries. |
Requirements
| Requirement | Value |
|---|---|
| Header | fwpsu.h |