diff options
author | jkh <jkh@FreeBSD.org> | 1996-05-01 15:52:09 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-05-01 15:52:09 +0800 |
commit | ccbe2d72d01531179e8ae3251c94377cfd822f54 (patch) | |
tree | 6a10632d0d1b77b8aa503c93000d774acaff95e2 /net/trafshow3/pkg-descr | |
parent | 06b5250bbc97bdf1977abaf3f8aeb462d2a06da9 (diff) | |
download | freebsd-ports-gnome-ccbe2d72d01531179e8ae3251c94377cfd822f54.tar.gz freebsd-ports-gnome-ccbe2d72d01531179e8ae3251c94377cfd822f54.tar.zst freebsd-ports-gnome-ccbe2d72d01531179e8ae3251c94377cfd822f54.zip |
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
Diffstat (limited to 'net/trafshow3/pkg-descr')
-rw-r--r-- | net/trafshow3/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/trafshow3/pkg-descr b/net/trafshow3/pkg-descr new file mode 100644 index 000000000000..3b31da744837 --- /dev/null +++ b/net/trafshow3/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. |