Ideas etc. that could be implemented in the future
$Id: TODO,v 1.1 2002/02/19 13:36:01 bb Exp $

Mail to balazs@tud.at if you have a suggestion.

* make it more unix-like (configuration in /etc/, langfiles in /usr/share)
	? Isn't this a job for distribution maintainers?
  	+ Look at the Debian packages

* Rewrite in Perl (suggestion from a user)
	+ better performance
		? the longest phase is the Analog one, so this wouldn't help much?
		- I don't know Perl well.

* Generating per-host, per-port reports
	+ grep IP addresses and and port numbers from the current part of
	  fwanalog.all.log 
	? run Analog one thousand times, creating an HTML for each object
	- forget performance
	? post-process the summary HTMLs to link to the generated files
		ip => hostname: grep from analog-domains.tab
		port: should be easy
	+ create proof-of-concept shell script first
