Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PF_FOLLOWSET structure defines the protocols that may precede or follow a protocol.
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
| Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
| Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
| Header | Declared in Netmon.h. |