ICMP
|
ICMP response data. Referring to ICMP specification, the ICMP response message contains additional data. This data includes IP message header and 16 bytes of IP message data. In this library, response always contains 16 bytes of ICMP message that is IcmpHeader structure. More...
#include <Icmp.h>
Public Attributes | |
IpHeader | ipHeader |
IP header. | |
IcmpHeader | icmp |
ICMP payload message. |
ICMP response data. Referring to ICMP specification, the ICMP response message contains additional data. This data includes IP message header and 16 bytes of IP message data. In this library, response always contains 16 bytes of ICMP message that is IcmpHeader structure.