ICMP
Public Attributes
IcmpData Union Reference

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>

List of all members.

Public Attributes

IcmpRawMessage packet
UINT8 buffer [ICMP_ECHO_MAX_DATA_LEN]
 ICMP data placeholder (the real data size is calculated from IP header length)

Detailed Description

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).


The documentation for this union was generated from the following file:
 All Classes Files Functions Variables Defines