aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.h
AgeCommit message (Collapse)AuthorFilesLines
2005-07-05From Alejandro VaqueroAnders Broman1-1/+2
- avoid the clist of the calls dlg to be refreshed multiple times when first appear. - destroy the Graph window when the data is not valid anymore. - fixes an H245 packet count error - resizing the Graph windows when is displayed (up to 5 columns). With a change to leave static voip_calls_tapinfo_t the_tapinfo_struct = {0, NULL, 0, NULL, 0, 0, 0, 0, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}; alone. svn path=/trunk/; revision=14852
2005-06-27From Alejandro VaqueroAnders Broman1-3/+18
new dissector for the AudioCodes trunk trace protocol. This protocol is used to debug the trunk protocol in AudioCodes gateways. It currently supports ISDN PRI and CAS (MFCR2, WinkStart, etc...) trunk protocols. It also add these protocols in the "Voip Calls Graph..." svn path=/trunk/; revision=14789
2005-03-27From Alejandro Vaquero :Anders Broman1-2/+2
Find attached a patch for SDP sessions to: - Dissect Dynamic payload types in RTP packets - Add the dynamic payload type description in RTP packets - Add RTP dynamic payload types description in the Voip Calls Graph, in the RTP and SDP. svn path=/trunk/; revision=13935
2005-03-10Warning fix: voip_calls_dlg.c:733: implicit declaration of function ↵Jörg Mayer1-0/+1
rtp_event_init_tap svn path=/trunk/; revision=13705
2005-03-10From Alejandro Vaquero:Luis Ontanon1-0/+4
- Automatic dissection of RTP events (RFC2833) set in SDP sessions. - Add RTP events (RFC2833) to the Voip Graph svn path=/trunk/; revision=13697
2005-03-07From Alejandro Vaqero:Luis Ontanon1-0/+1
- Fix a problem when pressing a key when the "Graph" is displayed without any frame selected. - Add support for RTP Payload changes. Now the graph will show any change in the RTP payload type. This is useful for example to show DTMF 2833 in a call. -This line, and those below, will be ignored-- M gtk/graph_analysis.c M gtk/voip_calls.c M gtk/voip_calls.h svn path=/trunk/; revision=13651
2005-02-24By Francisco Alcoba:Lars Roland1-3/+3
Support for name resolution and IPv6 in VoIP Call Analysis svn path=/trunk/; revision=13501
2005-02-20Don't register mgcp taps, Lars Roland1-4/+16
when we haven't loaded the mgcp plugin. and From Alejandro Vaquero: mgcp support for the voip call analysis tap svn path=/trunk/; revision=13447
2005-02-07From Alejandro Vaquero :Anders Broman1-1/+2
Find attached a patch for "Voip analysis" to get the LRQ/LCF/LRJ messages included in the H323 calls for Gatekeeper to Gatekeeper configurations svn path=/trunk/; revision=13336
2005-02-05remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and ↵Lars Roland1-2/+0
fix a register_tap_listener() call. svn path=/trunk/; revision=13314
2005-02-05From Alejandro Vaquero:Anders Broman1-0/+30
a patch that to shows the RTP streams in the Graph. Now using an RTP tap (not using the rtp_stream). svn path=/trunk/; revision=13299
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris1-2/+2
svn path=/trunk/; revision=13238
2005-02-02for VoIP Call Analysis:Lars Roland1-0/+11
- make VoIP Call Analysis work if, called from command line - should also work now while capturing with packet list updated in "real time" (to be tested) - give each tap listener a unique identifier, so ethereal won't mix them up - various cleanups - compile by default Todo: - add support for "tap display filter" - reimplement function to add rtp streams to the call flow. svn path=/trunk/; revision=13232
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+191
h323 taps support up to 5 messages per packet now. VoIP call analysis: - Collect ISUP, SIP and H323 calls from a capture and show them in window with the following info: - Start and Stop time of the call - Init svn path=/trunk/; revision=13225