Program Listing for File blocks.hh¶
↰ Return to documentation for file (pcapng/blocks.hh)
// SPDX-License-Identifier: LGPL-3.0-or-later
/* pcapng/blocks.hh - batch include for the files under pcapng/block/ */
#if !defined(LIBNOKOGIRI_PCAPNG_BLOCKS_HH)
#define LIBNOKOGIRI_PCAPNG_BLOCKS_HH
#include <libnokogiri/pcapng/block.hh>
#include <libnokogiri/pcapng/blocks/section_header.hh>
#include <libnokogiri/pcapng/blocks/interface_description.hh>
#endif /* LIBNOKOGIRI_PCAPNG_BLOCKS_HH */