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

Complete parser state for an open BusMaster log file. More...

#include <busmaster_priv.h>

Public Attributes

FILE_T fh
 
int64_t file_bytes_read
 
char * parse_error
 
int err
 
char * err_info
 
token_t token
 
log_entry_type_t entry_type
 
busmaster_priv_t header
 
msg_t msg
 

Detailed Description

Complete parser state for an open BusMaster log file.

Member Data Documentation

◆ entry_type

log_entry_type_t busmaster_state_t::entry_type

Type of the most recently parsed log entry

◆ err

int busmaster_state_t::err

Wiretap error code set when a read or parse failure occurs

◆ err_info

char* busmaster_state_t::err_info

Additional detail string associated with err, or NULL

◆ fh

FILE_T busmaster_state_t::fh

Wiretap file handle for the open BusMaster log file

◆ file_bytes_read

int64_t busmaster_state_t::file_bytes_read

Total number of bytes consumed from the file so far

◆ header

busmaster_priv_t busmaster_state_t::header

Metadata parsed from the current log section header

◆ msg

msg_t busmaster_state_t::msg

Most recently parsed bus message record

◆ parse_error

char* busmaster_state_t::parse_error

Human-readable description of the most recent parse error, or NULL

◆ token

token_t busmaster_state_t::token

Most recently lexed token from the input stream


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