New port: net/pmacct pmacct is a network tool to gather ip traffic informations (bytes counter and number of packets); aggregation of statistics is done either by looking destination, source, both source and destination or unidirectional ip flows; data is stored in a in-memory table or using a sql database (currently only Mysql). The content of these tables can be later retrieved by a client program via a local stream oriented connection (for simple output or export to MRTG) or via a sql client. Gathering packets off the wire is done using pcap library and promiscuous mode of network interfaces (one or more).
State Changed From-To: open->closed Committed, thanks!