PF_FOLLOWSET structure

The PF_FOLLOWSET structure defines the protocols that may precede or follow a protocol.

Syntax

typedef struct _PF_FOLLOWSET {
  DWORD          nEntries;
  PF_FOLLOWENTRY Entry[];
} PF_FOLLOWSET, *PPF_FOLLOWSET;

Members

nEntries

Number of protocols in the list.

Entry

Array of PF_FOLLOWENTRY structures that describe each protocol.

Remarks

The PF_PARSERINFO structure uses the PF_FOLLOWSET structure to list the protocols that may precede or follow the protocol that the parser detects.

Network Monitor uses the information in the PF_FOLLOWSET structure to update the follow sets of specific parsers. The PF_FOLLOWSET structure must be allocated using HeapAlloc.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h

See also

PF_FOLLOWENTRY

PF_PARSERINFO