Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_rtpstream_tapinfo Struct Reference

#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_tfilter_stream_fwd
 
rtpstream_info_tfilter_stream_rev
 
FILE * save_file
 
bool is_registered
 
bool apply_display_filter
 

Detailed Description

struct holding all information of the tap

Member Data Documentation

◆ apply_display_filter

bool _rtpstream_tapinfo::apply_display_filter

if apply display filter during analyse

◆ filter_stream_fwd

rtpstream_info_t* _rtpstream_tapinfo::filter_stream_fwd

used as filter in some tap modes

◆ filter_stream_rev

rtpstream_info_t* _rtpstream_tapinfo::filter_stream_rev

used as filter in some tap modes

◆ is_registered

bool _rtpstream_tapinfo::is_registered

if the tap listener is currently registered or not

◆ npackets

int _rtpstream_tapinfo::npackets

total number of rtp packets of all streams

◆ nstreams

int _rtpstream_tapinfo::nstreams

number of streams in the list

◆ strinfo_hash

GHashTable* _rtpstream_tapinfo::strinfo_hash

multihash of rtpstream_info_t

◆ strinfo_list

GList* _rtpstream_tapinfo::strinfo_list

list of rtpstream_info_t*

◆ tap_data

void* _rtpstream_tapinfo::tap_data

data for tap callbacks

◆ tap_draw

rtpstream_tap_draw_cb _rtpstream_tapinfo::tap_draw

tap draw callback

◆ tap_mark_packet

tap_mark_packet_cb _rtpstream_tapinfo::tap_mark_packet

packet marking callback

◆ tap_reset

rtpstream_tap_reset_cb _rtpstream_tapinfo::tap_reset

tap reset callback


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