Headers::Icmp Struct Reference
Representation of the ICMP header. More...
#include <headers.hpp>
Public Attributes | |
uint8_t | type |
Type. More... | |
uint8_t | code |
Code. More... | |
uint16_t | checksum |
Checksum. More... | |
Detailed Description
Representation of the ICMP header.
Definition at line 256 of file headers.hpp.
Member Data Documentation
◆ checksum
uint16_t Headers::Icmp::checksum |
Checksum.
Definition at line 259 of file headers.hpp.
◆ code
uint8_t Headers::Icmp::code |
Code.
Definition at line 258 of file headers.hpp.
◆ type
uint8_t Headers::Icmp::type |
Type.
Definition at line 257 of file headers.hpp.
The documentation for this struct was generated from the following file:
- /home/dominik/uni/MoonState/include/headers.hpp