30#ifndef TINS_ICMP_EXTENSION_HELPERS_H
31#define TINS_ICMP_EXTENSION_HELPERS_H
41class ICMPExtensionsStructure;
44class InputMemoryStream;
49uint32_t get_padded_icmp_inner_pdu_size(
const PDU* inner_pdu, uint32_t pad_alignment);
50void try_parse_icmp_extensions(Memory::InputMemoryStream& stream, uint32_t payload_length,
51 ICMPExtensionsStructure& extensions);
The Tins namespace.
Definition address_range.h:38