Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
supported_block_type Struct Reference

Describes a single block type supported by a file format, including its option support. More...

#include <wtap.h>

Public Attributes

wtap_block_type_t type
 
block_support_t support
 
size_t num_supported_options
 
const struct supported_option_typesupported_options
 

Detailed Description

Describes a single block type supported by a file format, including its option support.

Member Data Documentation

◆ num_supported_options

size_t supported_block_type::num_supported_options

Number of entries in the supported_options array

◆ support

block_support_t supported_block_type::support

Number of instances the format allows; BLOCK_NOT_SUPPORTED is equivalent to omitting the entry

◆ supported_options

const struct supported_option_type* supported_block_type::supported_options

Array of option types supported within this block type, or NULL if none

◆ type

wtap_block_type_t supported_block_type::type

The block type this entry describes (see wtap_block_type_t)


The documentation for this struct was generated from the following file: