diff options
author | krion <krion@FreeBSD.org> | 2004-05-17 04:50:59 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-17 04:50:59 +0800 |
commit | dafd3a371efbc559184b89082f2ed96bd00587d5 (patch) | |
tree | 45275116e769df4ed4b0d021ba88e02eb83968a7 /net/Makefile | |
parent | 328aef454c1d9f720ff7e09189fa018417338a30 (diff) | |
download | freebsd-ports-graphics-dafd3a371efbc559184b89082f2ed96bd00587d5.tar.gz freebsd-ports-graphics-dafd3a371efbc559184b89082f2ed96bd00587d5.tar.zst freebsd-ports-graphics-dafd3a371efbc559184b89082f2ed96bd00587d5.zip |
Add tcpwatch 1.2.1,
TCPWatch is a utility written in Python that lets you monitor
forwarded TCP connections or HTTP proxy connections. It
displays the sessions in a window with a history of past
connections. It is useful for developing and debugging protocol
implementations and web services.
PR: ports/66673
Submitted by: ports@c0decafe.net
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a724b98ae5f..f4617664f84 100644 --- a/net/Makefile +++ b/net/Makefile @@ -644,6 +644,7 @@ SUBDIR += tcptrace SUBDIR += tcptraceroute SUBDIR += tcpview + SUBDIR += tcpwatch SUBDIR += tdetect SUBDIR += telnetx SUBDIR += telserv |