Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
wtap_ft_specific_header Struct Reference

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

Detailed Description

Header metadata for a file-type-specific event or report record.

Member Data Documentation

◆ file_type_subtype

int wtap_ft_specific_header::file_type_subtype

File type/subtype identifier for which this record is valid.

◆ pseudo_header

union wtap_pseudo_header wtap_ft_specific_header::pseudo_header

Encapsulation-specific metadata associated with this record.

◆ record_len

uint32_t wtap_ft_specific_header::record_len

Length of the record in bytes.

◆ record_type

unsigned wtap_ft_specific_header::record_type

File-type-specific record subtype value (e.g. pcapng block type).


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