|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Structure to manage input files during merge. More...
#include <merge.h>
Public Attributes | |
| const char * | filename |
| wtap * | wth |
| wtap_rec | rec |
| in_file_state_e | state |
| uint32_t | packet_num |
| int64_t | size |
| GArray * | idb_index_map |
| unsigned | nrbs_seen |
| unsigned | dsbs_seen |
Structure to manage input files during merge.
Holds state and metadata for each input file processed.
| unsigned merge_in_file_s::dsbs_seen |
Count of processed elements from wth->dsbs.
| const char* merge_in_file_s::filename |
Input file name.
| GArray* merge_in_file_s::idb_index_map |
Maps legacy phdr interface_id to new IDs during merge.
| unsigned merge_in_file_s::nrbs_seen |
Count of processed elements from wth->nrbs.
| uint32_t merge_in_file_s::packet_num |
Current packet number.
| wtap_rec merge_in_file_s::rec |
Current packet record.
| int64_t merge_in_file_s::size |
File size in bytes.
| in_file_state_e merge_in_file_s::state |
Input file state.
| wtap* merge_in_file_s::wth |
Wiretap handle for reading packets.