Wireshark 4.7.2
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_mcast_stream_info Struct Reference

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

Detailed Description

Holds statistics and metadata for a single detected multicast stream.

Member Data Documentation

◆ apackets

double _mcast_stream_info::apackets

Average number of packets per second.

◆ average_bw

double _mcast_stream_info::average_bw

Average bandwidth usage in bits per second.

◆ dest_addr

address _mcast_stream_info::dest_addr

Destination multicast group address.

◆ dest_port

uint16_t _mcast_stream_info::dest_port

Destination UDP port of the multicast stream.

◆ element

t_buffer _mcast_stream_info::element

Sliding window buffer used for burst and bandwidth analysis.

◆ first_frame_num

uint32_t _mcast_stream_info::first_frame_num

Frame number of the first captured packet in this stream.

◆ npackets

uint32_t _mcast_stream_info::npackets

Total number of packets observed in this stream.

◆ src_addr

address _mcast_stream_info::src_addr

Source IP address of the multicast stream.

◆ src_port

uint16_t _mcast_stream_info::src_port

Source UDP port of the multicast stream.

◆ start_abs

nstime_t _mcast_stream_info::start_abs

Absolute start time (GMT) of this stream.

◆ start_rel

nstime_t _mcast_stream_info::start_rel

Stream start time relative to the first packet in the capture.

◆ stop_rel

nstime_t _mcast_stream_info::stop_rel

Stream stop time relative to the first packet in the capture.

◆ total_bytes

uint64_t _mcast_stream_info::total_bytes

Total bytes transferred in this stream.


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