tcpwatch is a simple Python script that lets you monitor TCP connections through a proxy. It displays the sessions in a window that can also display the history of past connections. It is useful for developing and debugging protocol implementations and Web services.
| Tags | Internet Web |
|---|---|
| Licenses | ZPL |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Release Notes: Using the -r option, you can now log TCP sessions to a file. This release uses distutils-based installation.


Release Notes: The program is now 8-bit clean, has better support for HTTP persistent connections, and can run as a simple HTTP proxy server. The GUI output was colorized, and the ability to direct output to stdout instead of the Tkinter GUI was added.


Release Notes: Initial release.