Message ICMPMessage

File: Network/IPv4/ICMPMessage.msg

C++ definition: click here

ICMP message class

Inheritance diagram:

The following diagram shows part of the inheritance hierarchy. Unresolved types are missing from the diagram. Click here to see the full picture.

Fields:

Name Type Description
type int
code int

Source code:

message ICMPMessage
{
  fields:
    int type enum(ICMPType);
    int code;
};