8#ifndef RTMSTOOLS_SAMPLE_EXT_INFO_LLNETIO_HPP_
9#define RTMSTOOLS_SAMPLE_EXT_INFO_LLNETIO_HPP_
11#include <fmt/format.h>
13#include <boost/endian/arithmetic.hpp>
43 void Pack(std::vector<uint8_t>& sample_ext_info_packed)
const;
44 void Unpack(
const std::vector<uint8_t>& sample_ext_info_packed);