summaryrefslogtreecommitdiff
path: root/gtk/voip_calls.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-03-10 19:32:22 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-03-10 19:32:22 +0000
commit008054453bbf4cc3fc54cae4a602ebcc869b4e92 (patch)
treefbe4ef788b1e4c8a766ae877769c7588528ccfa0 /gtk/voip_calls.h
parent8ee0a507c7807e32e7bad409df068e43f0eb1e18 (diff)
downloadwireshark-008054453bbf4cc3fc54cae4a602ebcc869b4e92.tar.gz
From Alejandro Vaquero:
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697
Diffstat (limited to 'gtk/voip_calls.h')
-rw-r--r--gtk/voip_calls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/voip_calls.h b/gtk/voip_calls.h
index 552e6347d6..837f494adc 100644
--- a/gtk/voip_calls.h
+++ b/gtk/voip_calls.h
@@ -180,6 +180,7 @@ typedef struct _voip_rtp_stream_info {
guint32 start_rel_usec; /* start stream rel microseconds */
guint32 stop_rel_sec; /* stop stream rel seconds */
guint32 stop_rel_usec; /* stop stream rel microseconds */
+ gint32 rtp_event;
} voip_rtp_stream_info_t;
/* structure that holds the information about all RTP streams associated with the calls */
@@ -188,6 +189,7 @@ typedef struct _voip_rtp_tapinfo {
int nstreams; /* number of rtp streams */
GList* list; /* list with the rtp streams */
int rtp_dummy;
+ int rtp_event_dummy;
} voip_rtp_tapinfo_t;
/****************************************************************************/
@@ -208,6 +210,7 @@ void h245dg_calls_init_tap(void);
void q931_calls_init_tap(void);
void sdp_calls_init_tap(void);
void rtp_init_tap(void);
+void rtp_init_tap_event(void);
void mgcp_calls_init_tap(void);
@@ -223,6 +226,7 @@ void remove_tap_listener_h245dg_calls(void);
void remove_tap_listener_q931_calls(void);
void remove_tap_listener_sdp_calls(void);
void remove_tap_listener_rtp(void);
+void remove_tap_listener_rtp_event(void);
void remove_tap_listener_mgcp_calls(void);
/*