ICMP
|
ICMP response data. The data may be at most ICMP_ECHO_MAX_DATA_LEN long. In this library the data content of ICMP message contains either raw data (this may be fetched from buffet field) or structured ICMP raw message (this includes IP message header). More...
#include <Icmp.h>
Public Attributes | |
IcmpRawMessage | packet |
UINT8 | buffer [ICMP_ECHO_MAX_DATA_LEN] |
ICMP data placeholder (the real data size is calculated from IP header length) |
ICMP response data. The data may be at most ICMP_ECHO_MAX_DATA_LEN long. In this library the data content of ICMP message contains either raw data (this may be fetched from buffet field) or structured ICMP raw message (this includes IP message header).