aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.c
Commit message (Expand)AuthorAgeFilesLines
* More GUIManager stuff.Anders Broman2011-05-101-14/+1
* Do some prep work on GUIManager code, if you enable it it will break as the m...Anders Broman2011-05-031-0/+24
* Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss2010-08-301-2/+0
* Fix two memory leaks;Bill Meier2010-08-121-134/+147
* Fix Bug #4871: Wrong Ack value in TCP flow graph when using relative sequence...Bill Meier2010-06-141-1/+4
* Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman2009-06-211-1/+2
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-2/+4
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-3/+3
* From Jakub Zawadzki (bug 3331):Stig Bjørlykke2009-03-131-17/+8
* Restructured the flow graph dialog to make it easier to read.Stig Bjørlykke2008-12-011-18/+15
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss2008-08-051-37/+35
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-3/+3
* rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping2008-04-171-1/+1
* don't use a Close button for the preparation dialog, use a Cancel one insteadUlf Lamping2008-04-161-6/+6
* add stock icons for expert info and flow graphUlf Lamping2008-04-141-1/+3
* sort #includes by directoriesUlf Lamping2008-04-131-15/+18
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-9/+9
* replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping2008-04-111-6/+6
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-2/+2
* remove GTK1 codeUlf Lamping2008-04-061-18/+0
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-8/+11
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-2/+2
* Fix bug #1530 this time for GTK1 builds.Stephen Fisher2007-05-301-0/+7
* Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatStephen Fisher2007-05-291-2/+3
* Fix for bug #1117: Crash on next action [such as another stats window] whenStephen Fisher2006-12-011-13/+15
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* From Laurent Rabret, Anders Broman2006-03-141-7/+17
* The sequence and ack numbers in a TCP are guint32's, which means theyGuy Harris2006-03-011-35/+35
* Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter2006-02-241-1/+1
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-4/+4
* From Olivier Jacques, Anders Broman2006-01-071-16/+50
* Olivier Jacques:Jörg Mayer2006-01-061-2/+2
* modify the tool tip "Nodes in the diagram are identified with network source ...Anders Broman2005-12-161-1/+1
* From Jacques, Olivier (OCBU-Test Infra)Anders Broman2005-12-161-5/+73
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-3/+3
* use the same name for menu item and dialog box title, use the right capitaliz...Ulf Lamping2005-09-131-2/+2
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* - Declare some functions staticJörg Mayer2005-08-201-6/+6
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1