|
Wireshark
2.9.0-477-g68ec514b
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 |
| int | file_type |
| int | iscompressed |
| 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
| 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
| int _summary_tally::file_type |
wiretap file type
| 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
| int _summary_tally::iscompressed |
TRUE if file is compressed
| 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
1.8.11