Wireshark 4.5.0
The Wireshark network protocol analyzer
|
#include <rtp_stream.h>
Public Attributes | |
rtpstream_tap_reset_cb | tap_reset |
rtpstream_tap_draw_cb | tap_draw |
tap_mark_packet_cb | tap_mark_packet |
void * | tap_data |
int | nstreams |
GList * | strinfo_list |
GHashTable * | strinfo_hash |
int | npackets |
tap_mode_t | mode |
rtpstream_info_t * | filter_stream_fwd |
rtpstream_info_t * | filter_stream_rev |
FILE * | save_file |
bool | is_registered |
bool | apply_display_filter |
struct holding all information of the tap
bool _rtpstream_tapinfo::apply_display_filter |
if apply display filter during analyse
rtpstream_info_t* _rtpstream_tapinfo::filter_stream_fwd |
used as filter in some tap modes
rtpstream_info_t* _rtpstream_tapinfo::filter_stream_rev |
used as filter in some tap modes
bool _rtpstream_tapinfo::is_registered |
if the tap listener is currently registered or not
int _rtpstream_tapinfo::npackets |
total number of rtp packets of all streams
int _rtpstream_tapinfo::nstreams |
number of streams in the list
GHashTable* _rtpstream_tapinfo::strinfo_hash |
multihash of rtpstream_info_t
GList* _rtpstream_tapinfo::strinfo_list |
list of rtpstream_info_t*
void* _rtpstream_tapinfo::tap_data |
data for tap callbacks
rtpstream_tap_draw_cb _rtpstream_tapinfo::tap_draw |
tap draw callback
tap_mark_packet_cb _rtpstream_tapinfo::tap_mark_packet |
packet marking callback
rtpstream_tap_reset_cb _rtpstream_tapinfo::tap_reset |
tap reset callback