CIA - Crude IP Accounting 2000/07/16

This is a simple IP accounting software for NetBSD. It consists of three
programs so far:

ipmon2ipstat	converts output created by NetBSD's "ipmon(8)" into binary
		input format for "ipstat". It can read output written by
		"ipmon" directly or by "syslogd(8)" via the "-s" option.

pcap2ipstat	converts dump files created by NetBSD's "tcpdump(8)
		into binary input format for "ipstat"

ipstat		divide IP traffic on different accounts defined by the
		configuration file and print account balances afterwards

Counting the traffic of a certain host with "tcpdump" could look like this:

tcpdump -i epic0 -w tcp.dump host 62.158.168.53
<CTRL-C>
pcap2ipstat tcp.dump | ipstat sum.cfg -

This software was written by Matthias Scheler <tron@zhadum.de>, use it
at your own risk.
