PcapPlusPlus  Next
pcpp::IPv6FragmentationHeader::ipv6_frag_header Struct Reference

#include <IPv6Extensions.h>

Public Attributes

uint8_t nextHeader
 Next header type.
 
uint8_t headerLen
 Fragmentation header size is fixed 8 bytes, so len is always zero.
 
uint16_t fragOffsetAndFlags
 
uint32_t id
 packet identification value. Needed for reassembly of the original packet
 

Detailed Description

A struct representing IPv6 fragmentation header

Member Data Documentation

◆ fragOffsetAndFlags

uint16_t pcpp::IPv6FragmentationHeader::ipv6_frag_header::fragOffsetAndFlags

Offset, in 8-octet units, relative to the start of the fragmentable part of the original packet plus 1-bit indicating if more fragments will follow