diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:37:41 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:37:41 +0000 |
commit | 83c80603a19fd315d9f9d85a6e99a2da53248b39 (patch) | |
tree | ecca4987f436e24bee0277dbca9ac1d09e419829 /net/trafd/pkg-descr | |
parent | Adding tn5250 version 0.15.6. (diff) |
Adding trafd version 3.0.
The BPF traffic collector.
PR: 16294
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
Diffstat (limited to 'net/trafd/pkg-descr')
-rw-r--r-- | net/trafd/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/trafd/pkg-descr b/net/trafd/pkg-descr new file mode 100644 index 000000000000..b09137875231 --- /dev/null +++ b/net/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> |