Searched defs:pcapng_section_header (Results 1 – 1 of 1) sorted by relevance
35 struct pcapng_section_header { struct36 uint32_t block_type;37 uint32_t block_length;38 uint32_t byte_order_magic;39 uint16_t major_version;40 uint16_t minor_version;41 uint64_t section_length;