new ICMP()
ICMP protocol layer
Properties| Name | Type | Description |
|---|---|---|
data.type | number | ICMP message type (see ICMPTypes) |
data.code | number | ICMP message code |
data.checksum | number | ICMP checksum |
data.typeName | string | Human-readable name of the ICMP message type |
data.isEchoRequest | boolean | True for type=8 (EchoRequest). |
data.isEchoReply | boolean | True for type=0 (EchoReply). |
data.isDestinationUnreachable | boolean | True for type=3. |
data.isTimeExceeded | boolean | True for type=11. |
data.isParameterProblem | boolean | True for type=12. |
data.isTimestampRequest | boolean | True for type=13. |
data.isTimestampReply | boolean | True for type=14. |
- Implements
- Source