PROJECT SUMMARY :
Netsh is a tool designed to debug network applications. It enables the user to dump incoming packets in ascii or hexadecimal, and to send hand made custom packets (again, ascii and hexadecimal forms can also be used). It is also able to forward the dumped packets : it has been designed to be inserted between a client and a server application, even if it may easily be used differently.
WEBSITE :
http://www.via.ecp.fr/~bbp/netsh/
CODING ENVIRONMENT :
Developped under python 1.5.2, should work on most unices. If you encounter portability problems, just tell me.
ROADMAP :
The LICENSE file details the license terms for netsh. The INSTALL file details the various installation procedures. The TODO list is a list of more or less soon coming features, and ideas for the future of netsh's developpement, if there is a future :) The doc subdirectory contains the manpage and its yodl source. The other subdirectories all contain some netsh devices classes and the associated menus.
