From 5402fcdd5e0047ba1896230c22992fd915091617 Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Wed, 28 Sep 2005 16:34:40 +0000 Subject: New port Traff is a program that attaches itself to one or more network interfaces, sniffs all IP-packages passing at it and accounts each packets size. The collected information can be dumped to a mysql-Database, for further processing. The configuration is very flexible, allowing you to create different/multiple accounting rules. PR: 86615 Submitted by: Dan Caescu Approved by: pav (mentor) --- net/traff/files/patch-readconfig.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/traff/files/patch-readconfig.h (limited to 'net/traff/files/patch-readconfig.h') diff --git a/net/traff/files/patch-readconfig.h b/net/traff/files/patch-readconfig.h new file mode 100644 index 000000000000..36d7ea44b00f --- /dev/null +++ b/net/traff/files/patch-readconfig.h @@ -0,0 +1,11 @@ +--- readconfig.h.orig Wed Feb 13 06:54:06 2002 ++++ readconfig.h Tue Sep 27 19:33:19 2005 +@@ -14,7 +14,7 @@ + #endif + + #if withPGSQL +-#include ++#include + #endif + + #include -- cgit v1.2.3