aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
Commit message (Expand)AuthorAgeFilesLines
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Get rid of a declaration of a non-existent function.Guy Harris2006-03-191-1/+0
* There is a one-to-one mapping between each graph and its "toplevel" andGerald Combs2006-03-091-85/+18
* Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland2006-03-081-13/+17
* From Bill Meier:Gerald Combs2005-12-221-102/+131
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-2/+2
* Have cf_retap_packets() take an argument that indicates whether toGuy Harris2005-09-141-1/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-8/+8
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-4/+5
* - Declare some functions staticJörg Mayer2005-08-201-2/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-5/+5
* fix some MSVC const warningsUlf Lamping2005-08-081-2/+2
* Last set of char -> const char trivial warning fixes.Jörg Mayer2005-08-061-15/+15
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-40/+40
* Just pass &cfile to select_tcpip_session(); we don't need to passGuy Harris2005-07-101-17/+16
* Fix some comment typos.Guy Harris2005-07-101-2/+2
* Get rid of an unused argument.Guy Harris2005-07-101-5/+5
* It works reasonably well with extensive testing so here goes :Ronnie Sahlberg2005-07-101-249/+304
* huge cleanup of capture file API (functions in file.c/file.h).Ulf Lamping2005-02-041-2/+2
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-1/+1
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris2004-09-111-8/+9
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* move font related stuff to new file font_utils.c/.hUlf Lamping2004-06-171-6/+2
* "delete_event" is an event, so its handler takes three arguments, notGuy Harris2004-06-101-32/+42
* more code cleanup from dialog things:Ulf Lamping2004-05-261-7/+3
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-25/+21
* added a close button to the dialogs,Ulf Lamping2004-04-121-13/+25
* Use "g_ntohs()" rather than "ntohs()".Guy Harris2004-03-171-3/+3
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-14/+10
* cosmetic update to tcp graphs.Ronnie Sahlberg2004-02-271-3/+17
* minor changeUlf Lamping2004-02-231-5/+5
* Changed all items to "Endpoint List" and get rid of the "Host List" group.Ulf Lamping2004-02-231-5/+5
* statistics menu redesigned, now looking more like the former menu,Ulf Lamping2004-02-231-5/+5
* tcp_graph.h is no longer needed, as the tap mechanism is now usedUlf Lamping2004-02-221-2/+1
* Redesigned the menu structure of the former statistics stuff,Ulf Lamping2004-02-221-2/+26
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-24/+16
* replaced every appearance of gtk_scrolled_window_new() withUlf Lamping2004-02-061-4/+10
* Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris2004-01-311-14/+14
* renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toUlf Lamping2004-01-311-2/+2
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-4/+5
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-16/+23
* use stock buttons whereever possible,Ulf Lamping2004-01-211-7/+2
* Make the variable into which values fromGuy Harris2004-01-131-5/+5
* using button compatibility macrosUlf Lamping2004-01-101-8/+3
* removed two MSVC warnings (GTK2 related)Ulf Lamping2004-01-101-3/+3
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-9/+9
* removed some MSVC warnings (conversions between double/float and int)Ulf Lamping2003-12-231-30/+30