Discovery:
	1.0
	- Grab actual traffic and record IP info IP info is important if we
	  want to use it to seed authorized MAC finding
	- Come up with card list, and verify support for those cards

	1.5+
	- Allow multi-card discovery, split the channels between the two cards.
	- Gather and quantify card-specific functionality
	- Push card specific code into card modules

Plugin-engine:
	- Cleanup
	- Add overrides for given plugins for given profiles  (all vars)
	- Standardize return codes so the GUI can respect them
	- Handle WEP better

	1.5+
	- Put plugin dependencies in the plugin.conf
	- Use the card-specific functionality in scheduling and plugins
	- Add ability to load/reload state info
	- support for different types of rendered text output (like html)
	- Make the FIFO a network link so we can have multiple nodes.  Also, we
	  need to add a IPC message for the host computer.
	- Run plugins more granularly so we have more control. Per plugin per
	  AP per card (instead of ap per card)
	- Come up with a way for a given plugin to always run for a given event
	  level even if it gets skipped (by previous plugins that have already
	  increased the event level).

Plugins:
	- Check internet plugin needs to be more than just icmp (DNS, tcp, etc)
	- Plugin that checks for web-proxy for all sites (compare a page we
	  know to what we get, and complain if it's different).
	- AP fingerprinting
	- Fix check external IP to do validation better, when there is a proxy
	  page in the way, it still thinks it get's the external IP.
	- Put sounds in the discovery hooks.  Make frequency or volume
	  equivalent to ap parameters (signal/packets? and distinguish WEP)

General:
	- Need a central repository with a super simple interface to share info
	  like:
		- mac addresses on a given AP
	- Add config file for default stuff.  Have global or ~/ option
	- RPM & DEB packages
	- Pull out common functions between plugin-engine and UI (.pm's?)
	- Update the webpage
		- Add team info
		- Downloads
		- Bug reporting/feature requrests (sf.net ?)
	- Documentation
		- man pages
		- HTML "manual" ?

UI:
	- TUI (Text UI)
		- Yes.
	- GUI
		- Split up into files and modules
		- Rework tables mechanism to only refresh new information
