diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 07:52:09 +0000 |
commit | 0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b (patch) | |
tree | 631e8c23e560c7d079a19d91090e5145f9b2d134 /net/trafshow4/pkg-descr | |
parent | edf1c5bab648b346d759fd325f9be2efc9b3ddef (diff) | |
download | ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.tar.gz ports-0dcc4aab21bca0bef29d03f85c811ca3a2aaf72b.zip |
Notes
Diffstat (limited to 'net/trafshow4/pkg-descr')
-rw-r--r-- | net/trafshow4/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/trafshow4/pkg-descr b/net/trafshow4/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow4/pkg-descr @@ -0,0 +1,12 @@ +TrafShow continuously display the information regarding packet +traffic on the configured network interface that match the boolean +expression. It periodically sort and updates this information. It +may be useful for locating suspicious network traffic on the net. + +To use TrafShow, 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 of devices determines the maximum number of simultaneous +BPF clients programs runnable. See /sys/i386/conf/LINT for details. |