************************************************************ TansuTCP 2.1 ************************************************************ (c) 2005 - 2006 by Tansu TURKOGLU www.delphikitabi.com/TansuTCP/ Description: TansuTCP is a TCP trace utility which listens on a local port and then forwards tcp packets to another server. You can see and save binary data to a file or you can load binary data from a file. With Request Editor window, you can also make manual TCP requests to a server. TansuTCP is developed with Delphi 7 and I have used TMPHexEditor, TSynEdit, Jedi (all free - opensource component packages). Version History: Version 2.1, 26 February 2006 ***************************************************** - Multiple listener plugins are supported. - Added submenu to execute plugins. - Developed two new plugins: C# IHttpBody class generator and Edit & Continue Plugin. You can use IHttpBody class generator to capture smart client (.NET Remoting or Java) applications and automatically generate VS.NET C# code. - Plugin record info updated. - Changed plugin executable extension to ttp. Version 2.0, 19 February 2006 ***************************************************** - Changed text editor control to TSynEdit. - Redesigned all UI controls, added new options and fixed lots of small and annoying bugs. - Fixed data loss while converting from text to hex. - Listener and Converter plugin support added. Visit http://www.delphikitabi.com/TansuTCP/Plugins for more information. - Upgraded Indy package. - Syntax Highlighting support. Version 1.3, 14 January 2006 ***************************************************** - Bug related with log window height fixed. - Listening on different ip addresses added. - Showing service names of ports added. - Simple bugs fixed. Version 1.2, 31 December 2005 ***************************************************** - Multiple instances of request editor is now supported. - Request editor messages now goes to log window. - Bug related with docking fixed. - Saving and loading of form state implemented. - Thread synchronization problems are fixed. - Closing of main form while listening is prevented. - Simple bugs are fixed. - Now, I am going to bar. I have to take alcohol. Happyh new year. Version 1.1, 29 December 2005 ***************************************************** - Improvements on socket operations. - Bug fixed while saving request editor data. - Docking of log window implemented. Version 1.0, 25 December 2005 ***************************************************** - Basic functionality and request editor implemented. - Log window implemented.