Wireshark 4.5.0
The Wireshark network protocol analyzer
|
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 |
uint64_t _summary_tally::bytes |
total bytes
wtap_compression_type _summary_tally::compression_type |
compression type of file, or uncompressed
const char* _summary_tally::dfilter |
display filter
uint64_t _summary_tally::drops |
number of packet drops
bool _summary_tally::drops_known |
true if number of packet drops is known
double _summary_tally::elapsed_time |
seconds, with msec resolution, includes time before first packet and after last packet
int _summary_tally::file_encap_type |
wiretap encapsulation type for file
int64_t _summary_tally::file_length |
file length in bytes
char _summary_tally::file_sha1[HASH_STR_SIZE] |
SHA1 hash of capture file
char _summary_tally::file_sha256[HASH_STR_SIZE] |
SHA256 hash of capture file
int _summary_tally::file_type |
wiretap file type
const char* _summary_tally::filename |
path of capture file
uint64_t _summary_tally::filtered_bytes |
total bytes in the filtered packets
uint32_t _summary_tally::filtered_count |
number of filtered packets
uint32_t _summary_tally::filtered_count_ts |
number of time-stamped filtered packets
double _summary_tally::filtered_start |
time in seconds, with msec resolution
double _summary_tally::filtered_stop |
time in seconds, with msec resolution
uint32_t _summary_tally::ignored_count |
number of ignored packets
uint64_t _summary_tally::marked_bytes |
total bytes in the marked packets
uint32_t _summary_tally::marked_count |
number of marked packets
uint32_t _summary_tally::marked_count_ts |
number of time-stamped marked packets
double _summary_tally::marked_start |
time in seconds, with msec resolution
double _summary_tally::marked_stop |
time in seconds, with msec resolution
uint32_t _summary_tally::packet_count |
total number of packets in trace
uint32_t _summary_tally::packet_count_ts |
total number of time-stamped packets in trace
GArray* _summary_tally::packet_encap_types |
wiretap encapsulation types for packets
int _summary_tally::snap |
Maximum captured packet length; 0 if not known
double _summary_tally::start_time |
seconds, with msec resolution
double _summary_tally::stop_time |
seconds, with msec resolution