diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/trafshow/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/trafshow/DESCR')
-rw-r--r-- | net/trafshow/DESCR | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/trafshow/DESCR b/net/trafshow/DESCR new file mode 100644 index 00000000000..cd1260b6aaa --- /dev/null +++ b/net/trafshow/DESCR @@ -0,0 +1,17 @@ +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 after bpfilter is the number of interfaces that can be +examined simultaneously. See section 5.8.3 of Handbook for details. + +WWW: http://www.rinetsoft.nsk.su/trafshow/index_en.html + +- Igor +igor@zynaps.ru |