// 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 referenceNo description available.
The PKTMON_COMPONENT_TYPE enum defines the various component types that can be registered with Packet Monitor.
PktMonComp_NdisCorresponds to the NDIS component type.
PktMonComp_MiniportCorresponds to the Miniport component type.
PktMonComp_FilterCorresponds to the Filter component type.
PktMonComp_ProtocolCorresponds to the Protocol component type.
PktMonComp_VmsVmNicCorresponds to the VmsVmNic component type.
PktMonComp_VmsMiniportCorresponds to the VmsMiniport component type.
PktMonComp_VmsExtMiniportCorresponds to the VmsExtMiniport component type.
PktMonComp_VmsProtocolNicCorresponds to the VmsProtocolNic component type.
PktMonComp_NetVscCorresponds to the NetVsc component type.
PktMonComp_HTTPCorresponds to the HTTP component type.
PktMonComp_IpInterfaceCorresponds to the IpInterface component type.
PktMonComp_SlbmuxCorresponds to the Slbmux component type.
PktMonComp_IpsecCorresponds to the Ipsec component type.
PktMonComp_NetCxCorresponds to the NetCx component type.
PktMonComp_HTTPMessageCorresponds to the HTTPMessage component type.