|
Wireshark 4.7.2
The Wireshark network protocol analyzer
|
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_t * | allstreams |
| bool | is_registered |
Aggregate tap structure holding information about all detected multicast streams.
| mcast_stream_info_t* _mcaststream_tapinfo::allstreams |
Aggregate statistics across all detected streams.
| bool _mcaststream_tapinfo::is_registered |
True if the tap listener is currently registered.
| uint32_t _mcaststream_tapinfo::npackets |
Total number of multicast packets across all streams.
| GList* _mcaststream_tapinfo::strinfo_list |
Linked list of mcast_stream_info_t stream entries.
| mcaststream_tap_draw_cb _mcaststream_tapinfo::tap_draw |
Callback invoked when the tap data should be redrawn.
| mcaststream_tap_reset_cb _mcaststream_tapinfo::tap_reset |
Callback invoked when the tap is reset.
| void* _mcaststream_tapinfo::user_data |
Opaque pointer to caller-supplied user data.