diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 05:34:08 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 05:34:08 +0000 |
commit | eea04150c441524c0aaccdd6a231c28f3f26bde3 (patch) | |
tree | 97f170273e7d833f316ca312f7a45c0f065529c7 /net/trafshow/pkg | |
parent | 6120509ac39564542dcac62007296a4f6cc4aa3b (diff) | |
download | pkgsrc-eea04150c441524c0aaccdd6a231c28f3f26bde3.tar.gz |
trafshow 3.1
Diffstat (limited to 'net/trafshow/pkg')
-rw-r--r-- | net/trafshow/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/trafshow/pkg/DESCR | 17 | ||||
-rw-r--r-- | net/trafshow/pkg/PLIST | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/net/trafshow/pkg/COMMENT b/net/trafshow/pkg/COMMENT new file mode 100644 index 00000000000..bef4f100764 --- /dev/null +++ b/net/trafshow/pkg/COMMENT @@ -0,0 +1 @@ +Full screen visualization of the network traffic diff --git a/net/trafshow/pkg/DESCR b/net/trafshow/pkg/DESCR new file mode 100644 index 00000000000..cd1260b6aaa --- /dev/null +++ b/net/trafshow/pkg/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 diff --git a/net/trafshow/pkg/PLIST b/net/trafshow/pkg/PLIST new file mode 100644 index 00000000000..19aa4ae4556 --- /dev/null +++ b/net/trafshow/pkg/PLIST @@ -0,0 +1,2 @@ +bin/trafshow +etc/trafshow |