From 7c0da8ed3626686d9b8805eb04e3922aea7d6c88 Mon Sep 17 00:00:00 2001 From: jkoshy Date: Fri, 4 Dec 1998 08:13:06 +0000 Subject: Import of `argus', a generic IP network transaction auditing tool. Argus runs as an application level daemon, promiscuously reading network datagrams from a specified interface, and generates network traffic audit records for the network activity that it encounters. It is the way that Argus categorizes and reports on network activity that makes this tool unique and powerful. PR: ports/8954 Reviewed by: jkoshy Submitted by: Jonathan Hanna (maintainer) --- net/argus/pkg-descr | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/argus/pkg-descr (limited to 'net/argus/pkg-descr') diff --git a/net/argus/pkg-descr b/net/argus/pkg-descr new file mode 100644 index 000000000000..7705b077032a --- /dev/null +++ b/net/argus/pkg-descr @@ -0,0 +1,10 @@ +Argus is a generic IP network transaction auditing tool that has +has been used by thousands of sites to perform a number of powerful +network management tasks that are currently not possible using commercial +network management tools. + +Argus runs as an application level daemon, promiscuously reading network +datagrams from a specified interface, and generates network traffic audit +records for the network activity that it encounters. It is the way that +Argus categorizes and reports on network activity that makes this tool +unique and powerful. -- cgit