FreeBSD net-mgmt : ipaudit4>
IP traffic summarizer
Would you like to summarize and/or log network activity down to the ip address
and port level of detail, but not record every packet?
Ipaudit provides that ability.
Ipaudit listens to a network device in promiscuous mode, and records of every
'connection', each conversation between two ip addresses. A unique connection
is determined by the ip addresses of the two machines, the protocol used
between them and the port numbers (if they are communicating via udp or tcp).
It uses a hash table to keep track of the number of bytes and packets in both
directions. When ipaudit receives a signal SIGTERM (kill) or SIGINT (kill -2,
usually the same as a Control-C), it stops collecting data and writes the
tabulated results.
Ipaudit is built using the pcap packet capture library to read the network port
from LBNL Network Research Group.
http://ipaudit.sourceforge.net/
|
ipaudit history
v. 1.3
date: 2004/02/23 04:42:01; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.2
date: 2003/07/23 10:16:12; author: krion; state: Exp; lines: +0 -0
Forced commit: previous commit actually was:
New port: net/ipaudit
ipaudit is an IP traffic summarizer, which can listens
to a network device in promiscuous mode, and records of every
'connection', each conversation between two ip addresses.
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor)
Pointy hat to: krion
v. 1.1
date: 2003/07/23 08:49:00; author: krion; state: Exp;
Port added with slight modification
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor) (implicit)
=============================================================================
v. 1.3
date: 2004/02/23 04:42:01; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.2
date: 2003/07/23 10:16:12; author: krion; state: Exp; lines: +0 -0
Forced commit: previous commit actually was:
New port: net/ipaudit
ipaudit is an IP traffic summarizer, which can listens
to a network device in promiscuous mode, and records of every
'connection', each conversation between two ip addresses.
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor)
Pointy hat to: krion
v. 1.1
date: 2003/07/23 08:49:00; author: krion; state: Exp;
Port added with slight modification
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor) (implicit)
=============================================================================
v. 1.3
date: 2004/02/23 04:42:01; author: wollman; state: Exp; lines: +1 -1
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
v. 1.2
date: 2003/07/23 10:16:12; author: krion; state: Exp; lines: +0 -0
Forced commit: previous commit actually was:
New port: net/ipaudit
ipaudit is an IP traffic summarizer, which can listens
to a network device in promiscuous mode, and records of every
'connection', each conversation between two ip addresses.
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor)
Pointy hat to: krion
v. 1.1
date: 2003/07/23 08:49:00; author: krion; state: Exp;
Port added with slight modification
PR: 54510
Submitted by: Ying-Chieh Chen
Approved by: fjoe (mentor) (implicit)
=============================================================================
|