|
Wireshark
2.9.0-477-g68ec514b
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 |
| int | npackets |
| tap_mode_t | mode |
| rtp_stream_info_t * | filter_stream_fwd |
| rtp_stream_info_t * | filter_stream_rev |
| FILE * | save_file |
| gboolean | is_registered |
struct holding all information of the tap
| rtp_stream_info_t* _rtpstream_tapinfo::filter_stream_fwd |
used as filter in some tap modes
| rtp_stream_info_t* _rtpstream_tapinfo::filter_stream_rev |
used as filter in some tap modes
| gboolean _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
| GList* _rtpstream_tapinfo::strinfo_list |
list of rtp_stream_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
1.8.11