Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

proHan Struct Reference

#include <prohandler.h>

List of all members.

Public Attributes

int protocol
int* (* _Enqueue )(char *, int)
void* (* _EntryPoint )(void *)


Detailed Description

This structure keeps track of a protocol handler's Enqueue and EntryPoint fucntions for the netIDS class to call them easily (base plugin support)

Definition at line 29 of file prohandler.h.


Member Data Documentation

int *(* proHan::_Enqueue)(char *, int)
 

Pointer to an enqueue function

void *(* proHan::_EntryPoint)(void *)
 

Pointer to an EntryPoint function

int proHan::protocol
 

protocol number

Definition at line 32 of file prohandler.h.


The documentation for this struct was generated from the following file:
Generated at Thu May 30 15:12:34 2002 for Freeagent by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001