aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-17move font related stuff to new file font_utils.c/.hUlf Lamping1-6/+2
2004-06-10"delete_event" is an event, so its handler takes three arguments, notGuy Harris1-32/+42
2004-05-26more code cleanup from dialog things:Ulf Lamping1-7/+3
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-25/+21
2004-04-12added a close button to the dialogs,Ulf Lamping1-13/+25
2004-03-17Use "g_ntohs()" rather than "ntohs()".Guy Harris1-3/+3
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-14/+10
2004-02-27cosmetic update to tcp graphs.Ronnie Sahlberg1-3/+17
2004-02-23minor changeUlf Lamping1-5/+5
2004-02-23Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping1-5/+5
2004-02-23statistics menu redesigned, now looking more like the former menu,Ulf Lamping1-5/+5
2004-02-22tcp_graph.h is no longer needed, as the tap mechanism is now usedUlf Lamping1-2/+1
2004-02-22Redesigned the menu structure of the former statistics stuff,Ulf Lamping1-2/+26
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsGuy Harris1-24/+16
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-4/+10
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-14/+14
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-4/+5
2004-01-21implemented dlg_button_row_new to get a standard function forUlf Lamping1-16/+23
2004-01-21use stock buttons whereever possible,Ulf Lamping1-7/+2
2004-01-13Make the variable into which values fromGuy Harris1-5/+5
2004-01-10using button compatibility macrosUlf Lamping1-8/+3
2004-01-10removed two MSVC warnings (GTK2 related)Ulf Lamping1-3/+3
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-9/+9
2003-12-23removed some MSVC warnings (conversions between double/float and int)Ulf Lamping1-30/+30