aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-03From Alejandro Vaquero:Anders Broman1-1/+5
New "Fax T38 Analysis" added to the "Statistics" menu to: - Reassemble the HDLC t30 frames and dissect the header. - Analyze the UPDTLPacket seq num for packet lost - Stats of V.x Data: - Count the Data bytes - Duration - Wrong seq num - Max Burst of packet lost svn path=/trunk/; revision=16073
2005-09-13From Alejandro Vaquero.Anders Broman1-0/+1
svn path=/trunk/; revision=15778
2005-07-05From Alejandro VaqueroAnders Broman1-0/+1
- 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-06From Alejandro Vaquero:Anders Broman1-4/+5
- Add a pane to contain the main graph and the comments to be able to split them - Change the main graph area to be a scrolled_window - Change the look of the selected item to be blue with white text color - Gray color the title area - Change the conversations color to more "soft" colors (it was difficult to read in some cases before) svn path=/trunk/; revision=14556
2005-04-13From Francisco Alcoba:Lars Roland1-1/+1
- change the "write to file" to "save as" - avoid the segmentation fault reported by Ruud Linders in another mail svn path=/trunk/; revision=14069
2005-04-07From Francisco AlcobaRonnie Sahlberg1-0/+1
Very cool ASCII art version of viop graphs svn path=/trunk/; revision=14023
2005-03-01From Alejandro Vaquero:Luis Ontanon1-0/+2
patch to the voip calls facility to: - Add a horizontal scrollbar in the "Graph" to scroll the "comments" - Fix a "state" bug in H323 and SIP calls - Fix a bug that can make the "graph" to crash, and also clean up the "address" when the window is close svn path=/trunk/; revision=13565
2005-02-24By Francisco Alcoba:Lars Roland1-3/+4
Support for name resolution and IPv6 in VoIP Call Analysis svn path=/trunk/; revision=13501
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris1-1/+1
svn path=/trunk/; revision=13238
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+121
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