PF_FOLLOWENTRY structure

The PF_FOLLOWENTRY structure defines a protocol that Network Monitor adds to the follow set of a parser.

Syntax

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

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_FOLLOWSET