aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/trafd/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-29 05:37:41 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-29 05:37:41 +0000
commit83c80603a19fd315d9f9d85a6e99a2da53248b39 (patch)
treeecca4987f436e24bee0277dbca9ac1d09e419829 /net-mgmt/trafd/pkg-descr
parent7cd2b8f3065e5f7f529c54f9440c0fe76257baaf (diff)
downloadports-83c80603a19fd315d9f9d85a6e99a2da53248b39.tar.gz
ports-83c80603a19fd315d9f9d85a6e99a2da53248b39.zip
Notes
Diffstat (limited to 'net-mgmt/trafd/pkg-descr')
-rw-r--r--net-mgmt/trafd/pkg-descr21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/trafd/pkg-descr b/net-mgmt/trafd/pkg-descr
new file mode 100644
index 000000000000..b09137875231
--- /dev/null
+++ b/net-mgmt/trafd/pkg-descr
@@ -0,0 +1,21 @@
+bpft is a superset of trafshow, and extends it by adding a daemon
+which collects data about network connections (src, dst, protocol
+and length). The resulting data can be dumped to a file for later
+processing.
+
+Read /usr/local/share/doc/bpft/README after installation for more
+information.
+
+To use bpft, your kernel must be rebuilt with the following line
+added to your kernel config file (/sys/i386/conf/<YourMachine>):
+
+pseudo-device bpfilter 4 # Berkeley packet filter
+
+The number after bpfilter is the number of interfaces that can be
+examined simultaneously. See section 6.1 of the Handbook for details.
+
+On FreeBSD 4.0 or later versions, use the following line instead:
+
+pseudo-device bpf 4 # Berkeley packet filter
+
+- oddbjorn <oddbjorn@tricknology.org>