![]() |
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
guint64 | bytes |
double | start_time |
double | stop_time |
double | elapsed_time |
guint32 | marked_count |
guint32 | marked_count_ts |
guint64 | marked_bytes |
double | marked_start |
double | marked_stop |
guint32 | ignored_count |
guint32 | packet_count |
guint32 | packet_count_ts |
guint32 | filtered_count |
guint32 | filtered_count_ts |
guint64 | filtered_bytes |
double | filtered_start |
double | filtered_stop |
const char * | filename |
gint64 | file_length |
gchar | file_sha256 [HASH_STR_SIZE] |
gchar | file_sha1 [HASH_STR_SIZE] |
int | file_type |
wtap_compression_type | compression_type |
int | file_encap_type |
GArray * | packet_encap_types |
int | snap |
gboolean | drops_known |
guint64 | drops |
const char * | dfilter |
gboolean | is_tempfile |
GArray * | ifaces |
gboolean | legacy |
guint64 _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
guint64 _summary_tally::drops |
number of packet drops
gboolean _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
gint64 _summary_tally::file_length |
file length in bytes
gchar _summary_tally::file_sha1[HASH_STR_SIZE] |
SHA1 hash of capture file
gchar _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
guint64 _summary_tally::filtered_bytes |
total bytes in the filtered packets
guint32 _summary_tally::filtered_count |
number of filtered packets
guint32 _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
guint32 _summary_tally::ignored_count |
number of ignored packets
guint64 _summary_tally::marked_bytes |
total bytes in the marked packets
guint32 _summary_tally::marked_count |
number of marked packets
guint32 _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
guint32 _summary_tally::packet_count |
total number of packets in trace
guint32 _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