|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Complete parser state for an open BusMaster log file.
| log_entry_type_t busmaster_state_t::entry_type |
Type of the most recently parsed log entry
| int busmaster_state_t::err |
Wiretap error code set when a read or parse failure occurs
| char* busmaster_state_t::err_info |
Additional detail string associated with err, or NULL
| FILE_T busmaster_state_t::fh |
Wiretap file handle for the open BusMaster log file
| int64_t busmaster_state_t::file_bytes_read |
Total number of bytes consumed from the file so far
| busmaster_priv_t busmaster_state_t::header |
Metadata parsed from the current log section header
| msg_t busmaster_state_t::msg |
Most recently parsed bus message record
| char* busmaster_state_t::parse_error |
Human-readable description of the most recent parse error, or NULL
| token_t busmaster_state_t::token |
Most recently lexed token from the input stream