typical 20-byte IPV4 header. More...
#include "Packet.hpp"
Public Attributes | |
| uint8_t | ver_ihl |
| uint8_t | dscp_ecn |
| uint16_t | total_length |
| uint16_t | id |
| uint16_t | flags_fragment |
| uint8_t | ttl |
| uint8_t | protocol |
| e.g., IPPROTO_ICMP, IPPROTO_TCP, or IPPROTO_UDP More... | |
| uint16_t | checksum |
| uint32_t | src_ip |
| network byte order More... | |
| uint32_t | dst_ip |
| network byte order More... | |
typical 20-byte IPV4 header.
| uint16_t EPS::Ipv4Header::checksum |
| uint8_t EPS::Ipv4Header::dscp_ecn |
| uint32_t EPS::Ipv4Header::dst_ip |
network byte order
| uint16_t EPS::Ipv4Header::flags_fragment |
| uint16_t EPS::Ipv4Header::id |
| uint8_t EPS::Ipv4Header::protocol |
e.g., IPPROTO_ICMP, IPPROTO_TCP, or IPPROTO_UDP
| uint32_t EPS::Ipv4Header::src_ip |
network byte order
| uint16_t EPS::Ipv4Header::total_length |
| uint8_t EPS::Ipv4Header::ttl |
| uint8_t EPS::Ipv4Header::ver_ihl |