[Zope-Annce] TCPWatch 1.1 released

Shane Hathaway shane@zope.com
Sat, 2 Mar 2002 17:08:54 -0500 (EST)


TCPWatch is a utility written in Python for watching TCP and especially
HTTP connections.  There have been a lot of improvements since version
0.9.

* It's now 8-bit clean.

* It can now run as a simple HTTP proxy server using the "-p" option.

* It's now easier to watch persistent HTTP connections. The "-h"
  option shows each transaction in a separate entry.

* You can turn off the Tkinter GUI using the -s option to output
  to stdout.

* Colorized Tkinter output.

Check it out!

http://hathaway.freezope.org/Software/TCPWatch

Shane