summaryrefslogtreecommitdiff
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-11-05From Alexander Koeppe:Anders Broman1-9/+16
2010-10-09From Alexander Koeppe via bug 5287:Stig Bjørlykke1-1/+1
2010-10-06From Alexander Koeppe:Anders Broman1-0/+171
2010-09-09Resolve another issue the Windows buildbots are having after rev 34084:Stephen Fisher1-1/+1
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-7/+2
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:Bill Meier1-19/+19
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-02-01Fix some gcc -Wshadow warnings.Bill Meier1-91/+91
2009-11-29From Jim Young:Anders Broman1-140/+471
2009-11-29Avoid possible NULL pointer dereferenceKovarththanan Rajaratnam1-4/+7
2009-11-19Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke1-2/+1
2009-10-06Removed unused variable thdr.Stig Bjørlykke1-2/+1
2009-10-04Remove #if 0'ed code.Anders Broman1-93/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-7/+7
2009-06-28From Sean Walberg:Anders Broman1-2/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-3/+3
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