Myra Canyon  v0.0.1-768
network control
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Myra::L4_ICMP::Header Struct Reference

ICMP header. More...

#include "L4_ICMP.hpp"

Public Attributes

uint8_t type
 Type of message. 0-127 indicates an error, while 128-255 indicates an information message. More...
 
uint8_t code
 Additional granularity based on type. More...
 
uint16_t checksum
 Checksum. More...
 
uint8_t payload [0]
 Message body. More...
 

Detailed Description

ICMP header.

Member Data Documentation

uint16_t Myra::L4_ICMP::Header::checksum

Checksum.

uint8_t Myra::L4_ICMP::Header::code

Additional granularity based on type.

uint8_t Myra::L4_ICMP::Header::payload[0]

Message body.

uint8_t Myra::L4_ICMP::Header::type

Type of message. 0-127 indicates an error, while 128-255 indicates an information message.


The documentation for this struct was generated from the following file: