aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14Have cf_retap_packets() take an argument that indicates whether toguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-8/+8
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-4/+5
2005-08-20- Declare some functions staticjmayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsguy1-5/+5
2005-08-08fix some MSVC const warningsulfl1-2/+2
2005-08-06Last set of char -> const char trivial warning fixes.jmayer1-15/+15
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-40/+40
2005-07-10Just pass &cfile to select_tcpip_session(); we don't need to passguy1-17/+16
2005-07-10Fix some comment typos.guy1-2/+2