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_FOLLOWENTRY structure defines a protocol that Network Monitor adds to the follow set of a parser.
typedef struct _PF_FOLLOWENTRY {
char szProtocol[MAX_PROTOCOL_NAME_LEN];
} PF_FOLLOWENTRY,
*PPF_FOLLOWENTRY;
Members
- szProtocol
The name of the protocol.
Remarks
The PF_FOLLOWSET structure uses an array of PF_FOLLOWENTRY structures.
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. |