aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/graph_analysis.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-13From Alejandro Vaquero.Anders Broman1-54/+68
svn path=/trunk/; revision=15778
2005-08-24From Graeme HewsonRonnie Sahlberg1-2/+3
Fix for infinite loop of configure events that were present for early GTK 2.4 in addition to 2.2 svn path=/trunk/; revision=15517
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-3/+3
svn path=/trunk/; revision=15173
2005-07-24From Alejandro Vaquero:Luis Ontanon1-1/+4
fix a crash when graphing packets whose src and dst is the same address svn path=/trunk/; revision=15023
2005-07-19Avoid the selected item been white on white by making all analysis widows ↵Luis Ontanon1-4/+5
colored. Fixes bug 286. svn path=/trunk/; revision=14961
2005-07-18GTK 1.2 does not define the macro GDK_IS_DRAWABLE which made compilation ↵Ronnie Sahlberg1-0/+10
of the recent flow analysis fail to compile. For the time being, just add a dummy define for this symbol making it always TRUE for gtk-1.x users so that it compiles. this should be fixed properly at a later stage, but i guess there are very few users of gtk-1.2 anyway so no urgency. svn path=/trunk/; revision=14949
2005-07-17From Francisco AlcobaLuis Ontanon1-176/+259
Flow Graphs for any protocol svn path=/trunk/; revision=14948
2005-07-05From Alejandro VaqueroAnders Broman1-8/+17
- 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-26From Alejandro, fix for GTK1 graph_analysis issue.Ronnie Sahlberg1-0/+3
svn path=/trunk/; revision=14757
2005-06-07From Alejandro Vaquero:Anders Broman1-24/+17
glib-object.h is is glib2 only. graph_analysis.c:47:25: glib-object.h: No such file or directory a patch for ths issue and also to correct the "first_item" issue reported in "RE: [Ethereal-dev] Voip graph analysis "Save as" button" svn path=/trunk/; revision=14577
2005-06-06From Alejandro Vaquero:Anders Broman1-268/+397
- 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-05-28prevent unused function warningUlf Lamping1-0/+2
svn path=/trunk/; revision=14463
2005-05-27GdKEventScroll is not available in GTK-1.2Ronnie Sahlberg1-1/+7
svn path=/trunk/; revision=14451
2005-05-26fix #203: the scroll event handler used an inappropriate implementation to ↵Ulf Lamping1-5/+10
get event values, fixed this. On win32 this was working before and after the changes, so the bug *might* remain ... svn path=/trunk/; revision=14448
2005-04-13From Francisco Alcoba:Lars Roland1-34/+34
- 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-6/+388
Very cool ASCII art version of viop graphs svn path=/trunk/; revision=14023
2005-03-07From Alejandro Vaqero:Luis Ontanon1-2/+5
- 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-03-01From Alejandro Vaquero:Luis Ontanon1-37/+131
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-19/+32
Support for name resolution and IPv6 in VoIP Call Analysis svn path=/trunk/; revision=13501
2005-02-24From Alejandro VaqueroLuis Ontanon1-3/+9
voip_calls_dlg.c Change the "prepare filter" function to be protocol independent. Now it uses the "frame_num"s from the Graph structure to create the filter. This also add support to MGCP and H323 LRQ/LCF filters that were not supported before. graph_analysis.c: Change the mouse scroll wheel implementation to make a 3 line step change instead of 1 line. svn path=/trunk/; revision=13489
2005-02-22prevent messages like "Couldn't load font x, falling back to y", see comment ↵Ulf Lamping1-2/+5
for details svn path=/trunk/; revision=13468
2005-02-21From Alejandro VaqueroLuis Ontanon1-1/+66
Add support of mouse scroll wheel and directional keys (Up, down, left, and right) in the Graph Analysis. svn path=/trunk/; revision=13457
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis ↵Lars Roland1-27/+0
sources svn path=/trunk/; revision=13392
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-1/+1
This includes: all functions in file.h now have a cf_ prefix, will have doxygen tags, will have the capture_file *cf as the first parameter and I tried to generalize the return values for non trivial functions. Hopefully, I didn't introduced any new bugs, as I had to change a lot of files... svn path=/trunk/; revision=13289
2005-02-02Get rid of an unused typedef.Guy Harris1-3/+0
svn path=/trunk/; revision=13239
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-02Clean up white space.Guy Harris1-11/+7
Get rid of an unused variable and two #includes that aren't needed. svn path=/trunk/; revision=13234
2005-02-01add packet-sdp.hLars Roland1-1/+1
and from Julien Leproust: fix graph_analysis.c svn path=/trunk/; revision=13226
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+1009
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