|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include <epan/tap.h>Go to the source code of this file.
Classes | |
| struct | buffer |
| struct | _mcast_stream_info |
| struct | _mcaststream_tapinfo |
Macros | |
| #define | MAX_SPEED 200000 |
Typedefs | |
| typedef struct buffer | t_buffer |
| typedef struct _mcast_stream_info | mcast_stream_info_t |
| typedef struct _mcaststream_tapinfo | mcaststream_tapinfo_t |
| typedef void(* | mcaststream_tap_reset_cb) (mcaststream_tapinfo_t *tapinfo) |
| typedef void(* | mcaststream_tap_draw_cb) (mcaststream_tapinfo_t *tapinfo) |
Functions | |
| GString * | register_tap_listener_mcast_stream (mcaststream_tapinfo_t *tapinfo) |
| void | remove_tap_listener_mcast_stream (mcaststream_tapinfo_t *tapinfo) |
| void | mcaststream_reset (mcaststream_tapinfo_t *tapinfo) |
| tap_packet_status | mcaststream_packet (void *tapdata, packet_info *pinfo, epan_dissect_t *edt, const void *data, tap_flags_t flags) |
Variables | |
| gint32 | mcast_stream_trigger |
| gint32 | mcast_stream_bufferalarm |
| guint16 | mcast_stream_burstint |
| gint32 | mcast_stream_emptyspeed |
| gint32 | mcast_stream_cumulemptyspeed |
Copyright 2006, Iskratel , Slovenia By Jakob Bratkovic j.bratkovic@iskratel.si and Miha Jemec m.jemec@iskratel.si
based on rtp_stream.h Copyright 2003, Alcatel Business Systems By Lars Ruoff lars.ruoff@gmx.net
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later