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

Public Attributes

uint64_t bytes
 
double start_time
 
double stop_time
 
double elapsed_time
 
uint32_t marked_count
 
uint32_t marked_count_ts
 
uint64_t marked_bytes
 
double marked_start
 
double marked_stop
 
uint32_t ignored_count
 
uint32_t packet_count
 
uint32_t packet_count_ts
 
uint32_t filtered_count
 
uint32_t filtered_count_ts
 
uint64_t filtered_bytes
 
double filtered_start
 
double filtered_stop
 
const char * filename
 
int64_t file_length
 
char file_sha256 [HASH_STR_SIZE]
 
char file_sha1 [HASH_STR_SIZE]
 
int file_type
 
wtap_compression_type compression_type
 
int file_encap_type
 
GArray * packet_encap_types
 
int snap
 
bool drops_known
 
uint64_t drops
 
const char * dfilter
 
bool is_tempfile
 
GArray * ifaces
 
bool legacy
 

Member Data Documentation

◆ bytes

uint64_t _summary_tally::bytes

total bytes

◆ compression_type

wtap_compression_type _summary_tally::compression_type

compression type of file, or uncompressed

◆ dfilter

const char* _summary_tally::dfilter

display filter

◆ drops

uint64_t _summary_tally::drops

number of packet drops

◆ drops_known

bool _summary_tally::drops_known

true if number of packet drops is known

◆ elapsed_time

double _summary_tally::elapsed_time

seconds, with msec resolution, includes time before first packet and after last packet

◆ file_encap_type

int _summary_tally::file_encap_type

wiretap encapsulation type for file

◆ file_length

int64_t _summary_tally::file_length

file length in bytes

◆ file_sha1

char _summary_tally::file_sha1[HASH_STR_SIZE]

SHA1 hash of capture file

◆ file_sha256

char _summary_tally::file_sha256[HASH_STR_SIZE]

SHA256 hash of capture file

◆ file_type

int _summary_tally::file_type

wiretap file type

◆ filename

const char* _summary_tally::filename

path of capture file

◆ filtered_bytes

uint64_t _summary_tally::filtered_bytes

total bytes in the filtered packets

◆ filtered_count

uint32_t _summary_tally::filtered_count

number of filtered packets

◆ filtered_count_ts

uint32_t _summary_tally::filtered_count_ts

number of time-stamped filtered packets

◆ filtered_start

double _summary_tally::filtered_start

time in seconds, with msec resolution

◆ filtered_stop

double _summary_tally::filtered_stop

time in seconds, with msec resolution

◆ ignored_count

uint32_t _summary_tally::ignored_count

number of ignored packets

◆ marked_bytes

uint64_t _summary_tally::marked_bytes

total bytes in the marked packets

◆ marked_count

uint32_t _summary_tally::marked_count

number of marked packets

◆ marked_count_ts

uint32_t _summary_tally::marked_count_ts

number of time-stamped marked packets

◆ marked_start

double _summary_tally::marked_start

time in seconds, with msec resolution

◆ marked_stop

double _summary_tally::marked_stop

time in seconds, with msec resolution

◆ packet_count

uint32_t _summary_tally::packet_count

total number of packets in trace

◆ packet_count_ts

uint32_t _summary_tally::packet_count_ts

total number of time-stamped packets in trace

◆ packet_encap_types

GArray* _summary_tally::packet_encap_types

wiretap encapsulation types for packets

◆ snap

int _summary_tally::snap

Maximum captured packet length; 0 if not known

◆ start_time

double _summary_tally::start_time

seconds, with msec resolution

◆ stop_time

double _summary_tally::stop_time

seconds, with msec resolution


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