tlog - A network packet logger which uses both klogd and ipchains
Author: Tudor POPESCU <top@kappa.ro>
No guarantee whatsoever is provided with this product. Do anything you like
 with it, but don't come back to complain to me. :)


 You should edit the defs.h file, then type make, then make install. This
should do. :)

First do:

ipchains -A output -l 		(This logs everything that goes through the 
							 output chain. You get the idea)

mkfifo /var/log/kernel (or whatever)
killall klogd
klogd -f /var/log/kernel
tlog &

 And boom, an accounting file is being generated. You can read that with catlog.
