aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-11/+10
2008-12-01Fix a few more problems found by checkAPIs.plStephen Fisher1-1/+1
2008-12-01Remove call to deprecated perror() and a check to see if g_malloc() failedStephen Fisher1-3/+0
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-13/+13
2008-06-04Sun C warns about an integer overflow for 1 << 31, presumably because 1Guy Harris1-4/+4
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...Ulf Lamping1-4/+4
2008-04-13sort #includes by directoriesUlf Lamping1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-44/+44
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-31/+31
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.Stephen Fisher1-1/+1
2008-04-07remove GTK1 codeUlf Lamping1-94/+0
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-4/+0
2007-08-16experimental feature: dissector filtersUlf Lamping1-1/+1
2007-07-18Make debugging static.Michael Tüxen1-1/+1
2007-05-29From David Howells :Sebastien Tandel1-5/+5
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-4/+4
2007-02-19Squelch a couple (false) uninitialized variable warningsJeff Morriss1-2/+2
2006-12-12gtkglobals.h not neededUlf Lamping1-1/+0
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-4/+4
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-19Get rid of a declaration of a non-existent function.Guy Harris1-1/+0
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andGerald Combs1-85/+18
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland1-13/+17
2005-12-22From Bill Meier:Gerald Combs1-102/+131
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-8/+8
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-4/+5
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
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 APIs for registering and processing "-z" command-line argumentsGuy Harris1-5/+5
2005-08-08fix some MSVC const warningsUlf Lamping1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-15/+15
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-40/+40
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passGuy Harris1-17/+16
2005-07-10Fix some comment typos.Guy Harris1-2/+2
2005-07-10Get rid of an unused argument.Guy Harris1-5/+5
2005-07-10It works reasonably well with extensive testing so here goes :Ronnie Sahlberg1-249/+304
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-8/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1