summaryrefslogtreecommitdiff
path: root/net/traff/files/patch-readconfig.h
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2005-09-28 16:34:40 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2005-09-28 16:34:40 +0000
commit5402fcdd5e0047ba1896230c22992fd915091617 (patch)
treedf16f8d97df1c1814b80f13f555d3487e7f8bbee /net/traff/files/patch-readconfig.h
parentUpdate to 2.5 (diff)
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 <dancaescu@netcaetera.ro> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=143708
Diffstat (limited to 'net/traff/files/patch-readconfig.h')
-rw-r--r--net/traff/files/patch-readconfig.h11
1 files changed, 11 insertions, 0 deletions
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 <postgresql/libpq-fe.h>
++#include <libpq-fe.h>
+ #endif
+
+ #include <pcap.h>