mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
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)
11 lines
219 B
C
11 lines
219 B
C
--- 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>
|