Condividi tramite


PF_FOLLOWSET struttura

La struttura PF_FOLLOWSET definisce i protocolli che possono precedere o seguire un protocollo.

Sintassi

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

Members

nEntries

Numero di protocolli nell'elenco.

Voce

Matrice di strutture PF_FOLLOWENTRY che descrivono ogni protocollo.

Commenti

La struttura PF_PARSERINFO usa la struttura PF_FOLLOWSET per elencare i protocolli che possono precedere o seguire il protocollo rilevato dal parser.

Monitoraggio rete usa le informazioni nella struttura PF_FOLLOWSET per aggiornare i set di parser specifici. La struttura PF_FOLLOWSET deve essere allocata usando HeapAlloc.

Requisiti

Requisito Valore
Client minimo supportato
Windows 2000 Professional [solo app desktop]
Server minimo supportato
Windows 2000 Server [solo app desktop]
Intestazione
Netmon.h

Vedi anche

PF_FOLLOWENTRY

PF_PARSERINFO