~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/endpoint/icmp.txt

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Tille
  • Date: 2011-05-02 08:09:26 UTC
  • Revision ID: james.westby@ubuntu.com-20110502080926-bql5wep49c7hg91t
Tags: upstream-2.4.1.1
ImportĀ upstreamĀ versionĀ 2.4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ICMP For Data Transfer
 
2
 
 
3
"Project Loki: ICMP Tunneling". Alhambra, daemon9.
 
4
http://www.phrack.org/phrack/49/P49-06
 
5
 
 
6
RFC 792
 
7
 
 
8
http://www.iana.org/assignments/icmp-parameters
 
9
 
 
10
type/code meaning
 
11
 
 
12
0 echo reply
 
13
1 ???
 
14
2 ???
 
15
3 destination unreachable
 
16
3/0 net unreachable
 
17
3/1 host unreachable
 
18
3/2 protocol unreachable
 
19
3/3 port unreachable
 
20
3/4 fragmentation needed and DF set
 
21
3/5 source route failed
 
22
3/6 destination network unknown
 
23
3/7 destination host unknown
 
24
3/8 source host isolated
 
25
3/9 communication with destination network administratively prohibited
 
26
3/10 communication with destination host administratively prohibited
 
27
3/11 destination network unreachable for type of service
 
28
3/12 destination host unreachable for type of service
 
29
3/13 communication administratively prohibited RFC1812
 
30
2/14 host precedence violation RFC1812
 
31
3/15 precedence cutoff in effect RFC1812
 
32
4 source quench
 
33
5 redirect
 
34
5/0 redirect datagrams for the network
 
35
5/1 redirect datagrams for the host
 
36
5/2 redirect datagrams for the Type of Service and network
 
37
5/3 redirect datagrams for the Type of Service and host
 
38
6 alternate host address
 
39
7 ???
 
40
8 echo request
 
41
9 router advertisement
 
42
9/0 normal router advertisement
 
43
9/16 does not route common traffic
 
44
10 router soliciation
 
45
11 time exceeded
 
46
11/0 time to live exceeded in transit
 
47
11/1 fragment reassembly time exceeded
 
48
12 parameter problem message
 
49
12/0 pointer indicates error
 
50
12/1 missing a required option
 
51
12/2 bad length
 
52
13 timestamp
 
53
14 timestamp reply
 
54
15 information request
 
55
16 information reply
 
56
17 address mask request
 
57
18 address mask reply
 
58
19 reserved for security
 
59
20-29 reserved for robustness experiment
 
60
30 traceroute
 
61
31 datagram conversion error
 
62
33 IPv6 Where-Are-You
 
63
34 IPv6 I-Am-Here
 
64
35 Mobile Registration Request
 
65
36 Mobile Registration Reply
 
66
37 domain name request
 
67
38 domain name reply
 
68
39 SKIP
 
69
40 Photurius
 
70
40/1 bad SPI
 
71
40/2 authentication failed
 
72
40/2 decompression failed
 
73
40/3 decryption failed
 
74
40/4 need authentication
 
75
40/5 need authorization
 
76
41-255 Reserved
 
77
 
 
78
request reply
 
79
8       0        echo
 
80
13      14       timestamp
 
81
15      16       information
 
82
17      18       address mask
 
83
33      34       IPv6 Where-Are-You/I-Am-Here
 
84
35      36       Mobile Registration
 
85
37      38       domain name
 
86