Share via


PF_FOLLOWENTRY

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.

See Also

PF_FOLLOWSET