
 ----------------------------------------------------
| ## #### ### ### #####       #### ## ## ##### ##### |
| ## ##   ## # ## ##  ##      ##   ##### ## ##  ##   |
| ## ##   ##   ## #####  ###  ##   ## ## #####  ##   |
| ## #### ##   ## ##          #### ## ## ## ##  ##   |
 ====================================================

-=[ Description ]=-

icmpchat is a small and simple chat program that exchanges its
data by using the data field of ICMP packets. 
The data is encrypted using the AES (rijndael) in 256 bit cfb mode.
To see the possible options type '/help' in chatmode.

-=[ Installation ]=-

Type: make && make install

For solaris type: make solaris && make install


-=[ Usage ]=-

Usage: icmpchat [OPTIONS] <host> <nick>
       <host> = Host to chat with
       <nick> = Your nickname
OPTIONS:
       -t <type>  = specify icmp type (default ECHO_REPLY)

Example: icmpchat 192.168.1.2 foo


-=[ ICMP codes ]=-

 [0] Echo Reply
 [5] Redirect
 [8] Echo Request
 [9] Router advertisement 
[10] Router solicitation 
[13] Timestamp request 
[14] Timestamp reply 
[15] Information request 
[16] Information reply 
[17] Adressmask request 
[18] Adressmask reply 


-=[ Author ]=-

Name:   Martin J. Muench 
E-Mail: mjm@codito.de
Web:    http://www.codito.de


-=[ Thanks ]=-

Lucian Hanga
Martin Ruderer
