|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Header metadata for a file-type-specific event or report record. More...
#include <wtap.h>
Public Attributes | |
| int | file_type_subtype |
| unsigned | record_type |
| uint32_t | record_len |
| union wtap_pseudo_header | pseudo_header |
Header metadata for a file-type-specific event or report record.
| int wtap_ft_specific_header::file_type_subtype |
File type/subtype identifier for which this record is valid.
| union wtap_pseudo_header wtap_ft_specific_header::pseudo_header |
Encapsulation-specific metadata associated with this record.
| uint32_t wtap_ft_specific_header::record_len |
Length of the record in bytes.
| unsigned wtap_ft_specific_header::record_type |
File-type-specific record subtype value (e.g. pcapng block type).