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