PKTMON_PACKET_CONTEXT_ID - NtDoc

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

typedef enum _PKTMON_PACKET_CONTEXT_ID {
  PktMonPacketContext_Unspecified,
  PktMonPacketContext_HttpRequestId
} PKTMON_PACKET_CONTEXT_ID;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-pktmonnpik-pktmon_packet_context_id)

Description

The PKTMON_PACKET_CONTEXT_ID enum defines the various packet context identifiers that can be registered with Packet Monitor.

Constants

PktMonPacketContext_Unspecified

The packet context is not defined.

PktMonPacketContext_HttpRequestId

The packet context is an HTTP request ID.

Remarks

See also