mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5b582eae63
- Add WWW: line into pkg/DESCR PR: 19345 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
18 lines
678 B
Plaintext
18 lines
678 B
Plaintext
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
|