
               ping 0.1 a STiK2 example program

          Original Author: Dan Ackerman baldrick@netset.com
          Date:  4/13/99

     TOS ping client for STiK2.  This is not compatible with
STiNG or GlueSTiK at the moment. 

     arguments and use

     -c #of packets  - number of ping packets you want to use.
     -q              - quiet mode.  Fewer reports to the screen.

    There are 2 versions in the archive.

     PING.TTP - which is compiled to use the ICMP_SEND command

     &

     PING_RAW.TTP - which uses an entire RAW sockets interface

     You can control which method is used if you recompile by
changing the RAW define near the top of the code.

     This needs the new STiK2 header files to compile.

     This code is open and free to use however you like.  Well as
long as the manner you chose to use it is legal in your community ;)
If you make something interesting of it, please let me know.