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

Todo List

Class netIDS
Finish this implementation

Implement a way for protocol handlers to be pluggable

Add a way to keep track of all the protocol handlers

NONE OF THESE FUNCTIONS ARE IMPLEMENTED.

Class protocolHandler
Support pluggable protocol handlers

Class Thread
Support more complex pthread handling

File debug.h
Move the DEBUG define into toplevel config.h

File alloc.h
Move SAFE_MEM to toplevel config.h

File memory.h
Move SAFE_MEM to toplevel config.h

File ids.cpp
Add a startup function to setup a libpcap sniffer. Add a function to get a list of protocol handlers and Start them running. Then, start capturing packets and passing them off to the protocol handlers.

Add a startup function to setup a libpcap sniffer. Add a function to get a list of protocol handlers and Start them running. Then, start capturing packets and passing them off to the protocol handlers.

Move DEBUG define to toplevel config.h

File ids.h
Add a startup function to setup a libpcap sniffer. Add a function to get a list of protocol handlers and Start them running. Then, start capturing packets and passing them off to the protocol handlers.

Move DEBUG define to toplevel config.h

Move IFACE, SNAPLEN, PROMISC, TIMEOUT, and COUNT to toplevel config.h

File prohandler.cpp
Actually make the protocolHandler work

Member protocolHandler::add(char *pkt)
Include a size variable to ensure we dont smash the stack

Member protocolHandler::next(void)
Include a size variable to ensure we dont smash the stack

Generated at Thu May 30 15:12:35 2002 for Freeagent by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001