|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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_type * | supported_options |
Describes a single block type supported by a file format, including its option support.
| size_t supported_block_type::num_supported_options |
Number of entries in the supported_options array
| block_support_t supported_block_type::support |
Number of instances the format allows; BLOCK_NOT_SUPPORTED is equivalent to omitting the entry
| const struct supported_option_type* supported_block_type::supported_options |
Array of option types supported within this block type, or NULL if none
| wtap_block_type_t supported_block_type::type |
The block type this entry describes (see wtap_block_type_t)