freebsd-ports/net/trafshow3/pkg-descr
Jordan K. Hubbard 0dcc4aab21 Bring in trafshow - a utility for viewing network traffic. I think
this one adheres to Satoshi's stringent standards about Makefile variable
ordering! :-)
Submitted by:	igor@pkaub.ru
1996-05-01 07:52:09 +00:00

13 lines
600 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 of devices determines the maximum number of simultaneous
BPF clients programs runnable. See /sys/i386/conf/LINT for details.