diff options
author | snj <snj> | 2004-02-16 21:20:04 +0000 |
---|---|---|
committer | snj <snj> | 2004-02-16 21:20:04 +0000 |
commit | 42345aac3edce6d6b68ceb9e40243ec3d4dc183b (patch) | |
tree | b01e3ad77f6e04868cea939b7762020597f0a77d /net/trafshow/DESCR | |
parent | cf238361400e38ebdb9549e4808f71a5d52bdd28 (diff) | |
download | pkgsrc-42345aac3edce6d6b68ceb9e40243ec3d4dc183b.tar.gz |
Update to trafshow-4.0, use bl3, include curses.buildlink3.mk, clean
up DESCR.
No changelog is available, but changes since 3.1 include integration of
the KAME ipv6 patch and the addition of a mode that allows trafshow to
act like a Cisco NetFlow collector.
Okayed by jmmv.
Diffstat (limited to 'net/trafshow/DESCR')
-rw-r--r-- | net/trafshow/DESCR | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/net/trafshow/DESCR b/net/trafshow/DESCR index 6793d30c904..ba3b233af4c 100644 --- a/net/trafshow/DESCR +++ b/net/trafshow/DESCR @@ -1,12 +1,5 @@ -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. +TrafShow continuously displays information regarding packet traffic on +the configured network interface that matches the boolean expression +passed on the command line. It periodically sorts and updates this +information. TrafShow may be useful for locating suspicious network +traffic on the network. |