PKTMON_COMPONENT_TYPE - NtDoc

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

typedef enum _PKTMON_COMPONENT_TYPE {
  PktMonComp_Ndis,
  PktMonComp_Miniport,
  PktMonComp_Filter,
  PktMonComp_Protocol,
  PktMonComp_VmsVmNic,
  PktMonComp_VmsMiniport,
  PktMonComp_VmsExtMiniport,
  PktMonComp_VmsProtocolNic,
  PktMonComp_NetVsc,
  PktMonComp_HTTP,
  PktMonComp_IpInterface,
  PktMonComp_Slbmux,
  PktMonComp_Ipsec,
  PktMonComp_NetCx,
  PktMonComp_HTTPMessage
} PKTMON_COMPONENT_TYPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pktmondefk-pktmon_component_type)

Description

The PKTMON_COMPONENT_TYPE enum defines the various component types that can be registered with Packet Monitor.

Constants

PktMonComp_Ndis

Corresponds to the NDIS component type.

PktMonComp_Miniport

Corresponds to the Miniport component type.

PktMonComp_Filter

Corresponds to the Filter component type.

PktMonComp_Protocol

Corresponds to the Protocol component type.

PktMonComp_VmsVmNic

Corresponds to the VmsVmNic component type.

PktMonComp_VmsMiniport

Corresponds to the VmsMiniport component type.

PktMonComp_VmsExtMiniport

Corresponds to the VmsExtMiniport component type.

PktMonComp_VmsProtocolNic

Corresponds to the VmsProtocolNic component type.

PktMonComp_NetVsc

Corresponds to the NetVsc component type.

PktMonComp_HTTP

Corresponds to the HTTP component type.

PktMonComp_IpInterface

Corresponds to the IpInterface component type.

PktMonComp_Slbmux

Corresponds to the Slbmux component type.

PktMonComp_Ipsec

Corresponds to the Ipsec component type.

PktMonComp_NetCx

Corresponds to the NetCx component type.

PktMonComp_HTTPMessage

Corresponds to the HTTPMessage component type.

Remarks

See also