• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D03-Apr-20031.5 KiB5545

LicenseH A D06-Apr-20031.5 KiB3527

MakefileH A D03-May-2022894 3729

ProblemsH A D03-Apr-200397 72

ReadmeH A D08-Apr-20031.3 KiB6040

TodoH A D04-Apr-200372 54

chat.cH A D08-Apr-20036.3 KiB282211

chat.hH A D06-Apr-2003502 2418

cipherwrap.cH A D08-Apr-20032.2 KiB9866

cipherwrap.hH A D06-Apr-2003474 2416

config.hH A D06-Apr-20031 KiB3525

curses.cH A D08-Apr-2003832 4233

curses.hH A D06-Apr-2003196 126

debug.cH A D06-Apr-2003479 2721

debug.hH A D06-Apr-2003209 137

rijndael.cH A D03-Apr-200396.4 KiB2,1182,023

rijndael.hH A D03-Apr-20031.1 KiB4733

sendicmp.cH A D03-May-20221.4 KiB7053

sendicmp.hH A D03-May-2022492 2216

setup.cH A D06-Apr-20032.2 KiB11783

setup.hH A D06-Apr-2003346 1914

sha256.cH A D03-May-20228.3 KiB345284

sha256.hH A D20-Mar-2003558 2519

wrap.cH A D08-Apr-20031.5 KiB7957

wrap.hH A D06-Apr-2003512 2418

Readme

1
2 ----------------------------------------------------
3| ## #### ### ### #####       #### ## ## ##### ##### |
4| ## ##   ## # ## ##  ##      ##   ##### ## ##  ##   |
5| ## ##   ##   ## #####  ###  ##   ## ## #####  ##   |
6| ## #### ##   ## ##          #### ## ## ## ##  ##   |
7 ====================================================
8
9-=[ Description ]=-
10
11icmpchat is a small and simple chat program that exchanges its
12data by using the data field of ICMP packets.
13The data is encrypted using the AES (rijndael) in 256 bit cfb mode.
14To see the possible options type '/help' in chatmode.
15
16-=[ Installation ]=-
17
18Type: make && make install
19
20For solaris type: make solaris && make install
21
22
23-=[ Usage ]=-
24
25Usage: icmpchat [OPTIONS] <host> <nick>
26       <host> = Host to chat with
27       <nick> = Your nickname
28OPTIONS:
29       -t <type>  = specify icmp type (default ECHO_REPLY)
30
31Example: icmpchat 192.168.1.2 foo
32
33
34-=[ ICMP codes ]=-
35
36 [0] Echo Reply
37 [5] Redirect
38 [8] Echo Request
39 [9] Router advertisement
40[10] Router solicitation
41[13] Timestamp request
42[14] Timestamp reply
43[15] Information request
44[16] Information reply
45[17] Adressmask request
46[18] Adressmask reply
47
48
49-=[ Author ]=-
50
51Name:   Martin J. Muench
52E-Mail: mjm@codito.de
53Web:    http://www.codito.de
54
55
56-=[ Thanks ]=-
57
58Lucian Hanga
59Martin Ruderer
60