diff options
author | sergei <sergei@FreeBSD.org> | 2004-11-07 08:24:43 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-11-07 08:24:43 +0800 |
commit | b3e1131077c81c35cd548c8d65606b734c596012 (patch) | |
tree | 36a323c1df13f97851864ab98dfd5bf0b78a7302 /net-mgmt/Makefile | |
parent | 543b0a588cc3268143dc7db06f69128b70c6e7d7 (diff) | |
download | freebsd-ports-graphics-b3e1131077c81c35cd548c8d65606b734c596012.tar.gz freebsd-ports-graphics-b3e1131077c81c35cd548c8d65606b734c596012.tar.zst freebsd-ports-graphics-b3e1131077c81c35cd548c8d65606b734c596012.zip |
Add net-mgmt/tcptrack:
tcptrack is a sniffer which displays information about TCP connections it
sees on a network interface. It passively watches for connections on the
network interface, keeps track of their state and displays a list of
connections in a manner similar to the unix 'top' command. It displays
source and destination addresses and ports, connection state, idle time, and
bandwidth usage.
WWW: http://www.rhythm.cx/~steve/devel/tcptrack
PR: ports/72543
Submitted by: Tor Halvard Furulund <squat@squat.no>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index f8b1d4aa9fa..77ce78a97a1 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -150,6 +150,7 @@ SUBDIR += sysmon SUBDIR += tas SUBDIR += tcpreplay + SUBDIR += tcptrack SUBDIR += trafd SUBDIR += whatmask SUBDIR += wide-dhcp |