ICMP

new ICMP()

ICMP protocol layer
Properties
NameTypeDescription
data.typenumberICMP message type (see ICMPTypes)
data.codenumberICMP message code
data.checksumnumberICMP checksum
data.typeNamestringHuman-readable name of the ICMP message type
data.isEchoRequestbooleanTrue for type=8 (EchoRequest).
data.isEchoReplybooleanTrue for type=0 (EchoReply).
data.isDestinationUnreachablebooleanTrue for type=3.
data.isTimeExceededbooleanTrue for type=11.
data.isParameterProblembooleanTrue for type=12.
data.isTimestampRequestbooleanTrue for type=13.
data.isTimestampReplybooleanTrue for type=14.
Implements