NDIS_PD_FILTER_COUNTER - NtDoc

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

typedef struct _NDIS_PD_FILTER_COUNTER {
  ULONG64 PacketsMatched;
  ULONG64 BytesMatched;
} NDIS_PD_FILTER_COUNTER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_ndis_pd_filter_counter)

_NDIS_PD_FILTER_COUNTER structure

Description

This structure is used to hold counter information for a filter.

Members

PacketsMatched

The amount of packets that match.

BytesMatched

The amount of bytes that match.