ICMP
Public Attributes
IcmpRawMessage Struct Reference

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>

List of all members.

Public Attributes

IpHeader ipHeader
 IP header.
IcmpHeader icmp
 ICMP payload message.

Detailed Description

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.


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