1 TCPWatch is a utility written in Python that lets you monitor forwarded TCP 2 connections or HTTP proxy connections. It displays the sessions in a window 3 with a history of past connections. It is useful for developing and debugging 4 protocol implementations and web services. 5 6 Version 1.3 is compatible with Tkinter installations that use threads. See the 7 change log for a list of other changes. 8 9 TCPWatch is licensed under ZPL 2.0 and requires Python 2.1 or later.