
ping 0.2
a STiK2 example program

version author: Dan Ackeman (baldrick@netset.com)
version date:	7/24/2000

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

     TOS ping client for STiK2.
     This maybe compatible with STiNG
     should be compatible for GlueSTiK soon. 

     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.