Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Classes | Macros | Typedefs | Functions
tap-rtp-analysis.h File Reference
#include <epan/address.h>
#include <epan/packet_info.h>

Go to the source code of this file.

Classes

struct  _bw_history_item
 
struct  _tap_rtp_stat_t
 
struct  _tap_rtp_save_data_t
 

Macros

#define BUFF_BW   300
 
#define PT_UNDEFINED   -1
 
#define STAT_FLAG_FIRST   0x001
 
#define STAT_FLAG_MARKER   0x002
 
#define STAT_FLAG_WRONG_SEQ   0x004
 
#define STAT_FLAG_PT_CHANGE   0x008
 
#define STAT_FLAG_PT_CN   0x010
 
#define STAT_FLAG_FOLLOW_PT_CN   0x020
 
#define STAT_FLAG_REG_PT_CHANGE   0x040
 
#define STAT_FLAG_WRONG_TIMESTAMP   0x080
 
#define STAT_FLAG_PT_T_EVENT   0x100
 
#define STAT_FLAG_DUP_PKT   0x200
 

Typedefs

typedef struct _bw_history_item bw_history_item
 
typedef struct _tap_rtp_stat_t tap_rtp_stat_t
 
typedef struct _tap_rtp_save_data_t tap_rtp_save_data_t
 

Functions

void rtp_analysis (address *ip_src_fwd, guint32 port_src_fwd, address *ip_dst_fwd, guint32 port_dst_fwd, guint32 ssrc_fwd, address *ip_src_rev, guint32 port_src_rev, address *ip_dst_rev, guint32 port_dst_rev, guint32 ssrc_rev)
 
void rtp_packet_analyse (tap_rtp_stat_t *statinfo, packet_info *pinfo, const struct _rtp_info *rtpinfo)
 

Detailed Description

???

Todo:
what's this?