aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/flow_graph.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-3/+3
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-17/+8
2008-12-01Restructured the flow graph dialog to make it easier to read.Stig Bjørlykke1-18/+15
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-37/+35
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-3/+3
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-1/+1
2008-04-16don't use a Close button for the preparation dialog, use a Cancel one insteadUlf Lamping1-6/+6
2008-04-14add stock icons for expert info and flow graphUlf Lamping1-1/+3
2008-04-13sort #includes by directoriesUlf Lamping1-15/+18
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11third round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-9/+9
2008-04-11replace RADIO_BUTTON_NEW_WITH_MNEMONIC with gtk_radio_button_new_with_mnemoni...Ulf Lamping1-6/+6
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-2/+2
2008-04-06remove GTK1 codeUlf Lamping1-18/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-8/+11
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+2
2007-05-30Fix bug #1530 this time for GTK1 builds.Stephen Fisher1-0/+7
2007-05-29Fix for bug #1530: Graph Analysis window misbehaves if Flow Window thatStephen Fisher1-2/+3
2006-12-01Fix for bug #1117: Crash on next action [such as another stats window] whenStephen Fisher1-13/+15
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-03-14From Laurent Rabret, Anders Broman1-7/+17
2006-03-01The sequence and ack numbers in a TCP are guint32's, which means theyGuy Harris1-35/+35
2006-02-24Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter1-1/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-4/+4
2006-01-07From Olivier Jacques, Anders Broman1-16/+50
2006-01-06Olivier Jacques:Jörg Mayer1-2/+2
2005-12-16modify the tool tip "Nodes in the diagram are identified with network source ...Anders Broman1-1/+1
2005-12-16From Jacques, Olivier (OCBU-Test Infra)Anders Broman1-5/+73
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-3/+3
2005-09-13use the same name for menu item and dialog box title, use the right capitaliz...Ulf Lamping1-2/+2
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-6/+6
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-05More char -> const char warning fixes.Jörg Mayer1-2/+2
2005-07-27There aren't any clists here, and the clist arrows aren't used.Guy Harris1-2/+0
2005-07-17From Francisco AlcobaLuis Ontanon1-0/+566