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

Aggregate tap structure holding information about all detected multicast streams. More...

#include <mcast_stream.h>

Public Attributes

void * user_data
mcaststream_tap_reset_cb tap_reset
mcaststream_tap_draw_cb tap_draw
GList * strinfo_list
uint32_t npackets
mcast_stream_info_tallstreams
bool is_registered

Detailed Description

Aggregate tap structure holding information about all detected multicast streams.

Member Data Documentation

◆ allstreams

mcast_stream_info_t* _mcaststream_tapinfo::allstreams

Aggregate statistics across all detected streams.

◆ is_registered

bool _mcaststream_tapinfo::is_registered

True if the tap listener is currently registered.

◆ npackets

uint32_t _mcaststream_tapinfo::npackets

Total number of multicast packets across all streams.

◆ strinfo_list

GList* _mcaststream_tapinfo::strinfo_list

Linked list of mcast_stream_info_t stream entries.

◆ tap_draw

mcaststream_tap_draw_cb _mcaststream_tapinfo::tap_draw

Callback invoked when the tap data should be redrawn.

◆ tap_reset

mcaststream_tap_reset_cb _mcaststream_tapinfo::tap_reset

Callback invoked when the tap is reset.

◆ user_data

void* _mcaststream_tapinfo::user_data

Opaque pointer to caller-supplied user data.


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