FWPS_FIELDS_STREAM_V4_ - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

typedef enum FWPS_FIELDS_STREAM_V4_ {
  FWPS_FIELD_STREAM_V4_IP_LOCAL_ADDRESS,
  FWPS_FIELD_STREAM_V4_IP_LOCAL_ADDRESS_TYPE,
  FWPS_FIELD_STREAM_V4_IP_REMOTE_ADDRESS,
  FWPS_FIELD_STREAM_V4_IP_LOCAL_PORT,
  FWPS_FIELD_STREAM_V4_IP_REMOTE_PORT,
  FWPS_FIELD_STREAM_V4_DIRECTION,
  FWPS_FIELD_STREAM_V4_FLAGS,
  FWPS_FIELD_STREAM_V4_COMPARTMENT_ID,
  FWPS_FIELD_STREAM_V4_MAX
} FWPS_FIELDS_STREAM_V4;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-fwpsk-fwps_fields_stream_v4_)

FWPS_FIELDS_STREAM_V4_ enumeration

Description

The FWPS_FIELDS_STREAM_V4 enumeration type specifies the data field identifiers for the FWPS_LAYER_STREAM_V4 and FWPS_LAYER_STREAM_V4_DISCARD run-time filtering layers.

Constants

FWPS_FIELD_STREAM_V4_IP_LOCAL_ADDRESS

The local IP address.

FWPS_FIELD_STREAM_V4_IP_LOCAL_ADDRESS_TYPE

The local IP address type. The possible values are defined by the NL_ADDRESS_TYPE enumeration.

FWPS_FIELD_STREAM_V4_IP_REMOTE_ADDRESS

The remote IP address.

FWPS_FIELD_STREAM_V4_IP_LOCAL_PORT

The local transport protocol port number.

FWPS_FIELD_STREAM_V4_IP_REMOTE_PORT

The remote transport protocol port number.

FWPS_FIELD_STREAM_V4_DIRECTION

The possible values are:

FWPS_FIELD_STREAM_V4_FLAGS

A bitwise OR of a combination of filtering condition flags. For information about the possible flags, see Filtering Condition Flags.

Note Supported in Windows Server 2008, Windows Vista SP1, and later versions of Windows.

FWPS_FIELD_STREAM_V4_COMPARTMENT_ID

The compartment that the network interface belongs to.

Note Supported starting with Windows 10, version 1703.

FWPS_FIELD_STREAM_V4_MAX

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

See also

NL_ADDRESS_TYPE