23#include <wsutil/file_compressed.h>
34 FILE_READ_IN_PROGRESS,
64 const frame_data *ref;
68 GTree *frames_modified_blocks;
82 unsigned int open_type;
83 ws_compression_type compression_type;
87 uint64_t packet_comment_count;
88 uint32_t displayed_count;
89 uint32_t marked_count;
90 uint32_t ignored_count;
91 uint32_t ref_time_count;
101 rescan_type redissection_queued;
114 search_charset_t scs_type;
115 search_direction dir;
116 bool search_in_progress;
120 uint32_t first_displayed;
121 uint32_t last_displayed;
124 frame_data *current_frame;
131 unsigned long computed_elapsed;
185WS_DLL_PUBLIC
const char *cap_file_provider_get_process_name(
struct packet_provider_data *prov, uint32_t process_info_id,
unsigned section_number);
WS_DLL_PUBLIC const nstime_t * cap_file_provider_get_end_ts(struct packet_provider_data *prov)
Get the end timestamp of a capture file.
Definition file_packet_provider.c:43
WS_DLL_PUBLIC int32_t cap_file_provider_get_process_id(struct packet_provider_data *prov, uint32_t process_info_id, unsigned section_number)
Retrieves the process ID associated with a given process information ID and section number.
Definition file_packet_provider.c:222
WS_DLL_PUBLIC const char * cap_file_provider_get_interface_description(struct packet_provider_data *prov, uint32_t interface_id, unsigned section_number)
Retrieves a description for a network interface from a capture file.
Definition file_packet_provider.c:87
WS_DLL_PUBLIC const char * cap_file_provider_get_interface_name(struct packet_provider_data *prov, uint32_t interface_id, unsigned section_number)
Retrieves the name of a network interface from a capture file.
Definition file_packet_provider.c:60
WS_DLL_PUBLIC const uint8_t * cap_file_provider_get_process_uuid(struct packet_provider_data *prov, uint32_t process_info_id, unsigned section_number, size_t *uuid_size)
Retrieves the UUID of a process from a capture file.
Definition file_packet_provider.c:244
WS_DLL_PUBLIC void cap_file_provider_set_modified_block(struct packet_provider_data *prov, frame_data *fd, const wtap_block_t new_block)
Set a modified block for a frame in the packet provider.
Definition file_packet_provider.c:265
WS_DLL_PUBLIC void cap_file_init(capture_file *cf)
Initialize a capture file structure.
Definition cfile.c:20
Definition frame_data_sequence.c:32
A dynamic byte buffer with adjustable start and end positions.
Definition buffer.h:30
Definition column-info.h:62
Definition dfilter-int.h:35
Definition epan_dissect.h:28
Definition wtap_opttypes.h:272
Definition wtap_module.h:58