aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Fix various typos and spelling errors.wmeier1-1/+1
2010-11-05From Alexander Koeppe:etxrab1-9/+16
2010-10-09From Alexander Koeppe via bug 5287:stig1-1/+1
2010-10-06From Alexander Koeppe:etxrab1-0/+171
2010-09-09Resolve another issue the Windows buildbots are having after rev 34084:sfisher1-1/+1
2010-08-13Instead of using a Boolean for the search direction, use an enum, soguy1-7/+2
2010-07-30(Minor) Cleanup some "event callback" function declarations/definitions:wmeier1-19/+19
2010-05-26From Jakub Zawadzki:etxrab1-2/+1
2010-02-01Fix some gcc -Wshadow warnings.wmeier1-91/+91
2009-11-29From Jim Young:etxrab1-140/+471
2009-11-29Avoid possible NULL pointer dereferencekrj1-4/+7
2009-11-19Changed hf_ip_proto to use ipproto_val[].stig1-2/+1
2009-10-06Removed unused variable thdr.stig1-2/+1
2009-10-04Remove #if 0'ed code.etxrab1-93/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-08-27Add #include <stdio.h> in a few more places ....wmeier1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...krj1-7/+7
2009-06-28From Sean Walberg:etxrab1-2/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-3/+3
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-11/+10
2008-12-01Fix a few more problems found by checkAPIs.plsfisher1-1/+1
2008-12-01Remove call to deprecated perror() and a check to see if g_malloc() failedsfisher1-3/+0
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-13/+13
2008-06-04Sun C warns about an integer overflow for 1 << 31, presumably because 1guy1-4/+4
2008-04-17rename REGISTER_xxx_GROUP_NONE to REGISTER_xxx_GROUP_UNSORTED, as NONE seems ...ulfl1-4/+4
2008-04-13sort #includes by directoriesulfl1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-44/+44
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestulfl1-1/+1
2008-04-11OBECT_..._DATA --> g_object_..._datawmeier1-31/+31
2008-04-11Replace FONT_TYPE macro with PangoFontDescription.sfisher1-1/+1
2008-04-07remove GTK1 codeulfl1-94/+0
2008-02-07Removed some more "statement not reached" warnings.stig1-4/+0
2007-08-16experimental feature: dissector filtersulfl1-1/+1
2007-07-18Make debugging static.tuexen1-1/+1
2007-05-29From David Howells :standel1-5/+5
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagulfl1-4/+4
2007-02-19Squelch a couple (false) uninitialized variable warningsmorriss1-2/+2
2006-12-12gtkglobals.h not neededulfl1-1/+0
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-4/+4
2006-05-21name changesahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-03-19Get rid of a declaration of a non-existent function.guy1-1/+0
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andgerald1-85/+18
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...lroland1-13/+17
2005-12-22From Bill Meier:gerald1-102/+131
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2