1 Metadata-Version: 1.0 2 Name: tcpwatch 3 Version: 1.3.1 4 Summary: TCP monitoring and logging tool with support for HTTP 1.1 5 Home-page: http://hathawaymix.org/Software/TCPWatch 6 Author: Shane Hathaway 7 Author-email: shane@zope.com 8 License: ZPL 2.0 9 Description: TCPWatch is a utility written in Python that lets you monitor forwarded TCP 10 connections or HTTP proxy connections. It displays the sessions in a window 11 with a history of past connections. It is useful for developing and debugging 12 protocol implementations and web services. 13 14 Version 1.3 is compatible with Tkinter installations that use threads. See the 15 change log for a list of other changes. 16 17 TCPWatch is licensed under ZPL 2.0 and requires Python 2.1 or later. 18 19 20 Version 1.3.1 21 22 - Convert to use setuptools and console scripts for installation 23 24 - Release to PyPI. 25 26 Version 1.3 27 28 - Made compatible with versions of tcl that have threads enabled. 29 30 - Log file numbers are now sequential. 31 32 - "user@host" is now accepted as a destination hostname (the user 33 name is ignored). 34 35 36 Version 1.2.1 37 38 - A typo made it impossible to use two of the command line options. 39 Fixed. 40 41 42 Version 1.2 43 44 - Added the ability to record TCP sessions to a directory. 45 Use -r <path>. Implemented by Tres Seaver. 46 47 - Replaced the launch script with a distutils setup.py, thanks again 48 to Tres Seaver. 49 50 51 Version 1.1 52 53 - Almost completely rewritten. The code is now more reusable and 54 reliable, but the user interface has not changed much. 55 56 - 8-bit clean. (You can now use TCPWatch to verify that SSH really 57 does encrypt data. ;-) ) 58 59 - It can now run as a simple HTTP proxy server using the "-p" 60 option. There are a lot of interesting ways to use this. 61 62 - It's now easier to watch persistent HTTP connections. The "-h" 63 option shows each transaction in a separate entry. 64 65 - You can turn off the Tkinter GUI using the -s option, which 66 outputs to stdout. 67 68 - Colorized Tkinter output. 69 70 71 Version 1.0 72 73 Never released to the public. 74 75 76 Keywords: tcp monitor proxy 77 Platform: UNKNOWN