Loading...
Searching...
No Matches
#include <bit>
#include <cstdint>
#include <optional>
#include "utils.hxx"
Go to the source code of this file.
|
| | ICMP header (type, code, checksum) (4 bytes). More...
|
|
| enum class | vbvx::ICMPv4Type : uint8_t {
vbvx::EchoReply = 0
, vbvx::DestinationUnreachable = 3
, vbvx::SourceQuench = 4
, vbvx::Redirect = 5
,
vbvx::AlternateHostAddress = 6
, vbvx::EchoRequest = 8
, vbvx::RouterAdvertisement = 9
, vbvx::RouterSolicitation = 10
,
vbvx::TimeExceeded = 11
, vbvx::ParameterProblem = 12
, vbvx::Timestamp = 13
, vbvx::TimestampReply = 14
,
vbvx::InformationRequest = 15
, vbvx::InformationReply = 16
, vbvx::AddressMaskRequest = 17
, vbvx::AddressMaskReply = 18
,
vbvx::ReservedForSecurity = 19
, vbvx::Traceroute = 30
, vbvx::DatagramConversionError = 31
, vbvx::MobileHostRedirect = 32
,
vbvx::IPv6WhereAreYou = 33
, vbvx::IPv6IamHere = 34
, vbvx::MobileRegistrationRequest = 35
, vbvx::MobileRegistrationReply = 36
,
vbvx::DomainNameRequest = 37
, vbvx::DomainNameReply = 38
, vbvx::SKIP = 39
, vbvx::Photuris = 40
,
vbvx::MobilityExperimental = 41
, vbvx::ExtendedEchoRequest = 42
, vbvx::ExtendedEchoReply = 43
, vbvx::Experiment1 = 253
,
vbvx::Experiment2 = 254
, vbvx::Reserved = 255
} |
| | ICMPv4 Type Numbers. More...
|