|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
Holds statistics and metadata for a single detected multicast stream. More...
#include <mcast_stream.h>
Public Attributes | |
| address | src_addr |
| uint16_t | src_port |
| address | dest_addr |
| uint16_t | dest_port |
| uint32_t | npackets |
| double | apackets |
| uint64_t | total_bytes |
| double | average_bw |
| uint32_t | first_frame_num |
| nstime_t | start_abs |
| nstime_t | start_rel |
| nstime_t | stop_rel |
| t_buffer | element |
Holds statistics and metadata for a single detected multicast stream.
| double _mcast_stream_info::apackets |
Average number of packets per second.
| double _mcast_stream_info::average_bw |
Average bandwidth usage in bits per second.
| address _mcast_stream_info::dest_addr |
Destination multicast group address.
| uint16_t _mcast_stream_info::dest_port |
Destination UDP port of the multicast stream.
| t_buffer _mcast_stream_info::element |
Sliding window buffer used for burst and bandwidth analysis.
| uint32_t _mcast_stream_info::first_frame_num |
Frame number of the first captured packet in this stream.
| uint32_t _mcast_stream_info::npackets |
Total number of packets observed in this stream.
| address _mcast_stream_info::src_addr |
Source IP address of the multicast stream.
| uint16_t _mcast_stream_info::src_port |
Source UDP port of the multicast stream.
| nstime_t _mcast_stream_info::start_abs |
Absolute start time (GMT) of this stream.
| nstime_t _mcast_stream_info::start_rel |
Stream start time relative to the first packet in the capture.
| nstime_t _mcast_stream_info::stop_rel |
Stream stop time relative to the first packet in the capture.
| uint64_t _mcast_stream_info::total_bytes |
Total bytes transferred in this stream.