aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-17removed some more MSVC warnings (type casting)Ulf Lamping1-4/+4
2003-12-09Mark parameter data as unused in callback_create_help().Olivier Biot1-2/+2
2003-09-25From Laurent Rabret:Guy Harris1-8/+38
2003-09-16Handle PPP with a pseudo-header.Guy Harris1-1/+2
2003-09-15Get rid of a no-longer-relevant comment.Guy Harris1-2/+1
2003-09-03Check for "wtap_seek_read()" failing.Guy Harris1-3/+8
2003-08-18From Gisle Vanem: MingW declares "rint()" in <math.h> and defines it inGuy Harris1-3/+3
2003-03-02Get rid of unneeded includes of "../ui_util.h".Guy Harris1-2/+1
2003-03-02Use "goto_frame()" to go to a given frame number, notGuy Harris1-9/+5
2003-03-01Replace gdk_string_width and gdk_string_height withOlivier Abad1-39/+50
2003-02-14From Didier Gautheron:Guy Harris1-30/+51
2003-02-13From Didier Gautheron: fix up the handling of the cross.Guy Harris1-1/+4
2003-01-08Add some checks to make sure "gdk_color_parse()" andGuy Harris1-12/+78
2002-12-18Just use "packet_list_set_selected_row()" to select a given row in theGuy Harris1-15/+6
2002-12-18Don't assume that the time stamp of the last frame is the largest timeGuy Harris1-5/+10
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-278/+78
2002-11-03Merge gtk and gtk2 directories.Olivier Abad1-152/+428
2002-10-10Add (back) some #include <string.h>Jörg Mayer1-1/+2
2002-09-05Include cleanups in gtk and gtk2:Jörg Mayer1-3/+1
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-22/+22
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-33/+25
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+5
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris1-2/+1
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris1-11/+11
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-4/+7
2002-01-30Include <string.h> to declare various string functions.Guy Harris1-1/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris1-7/+3
2002-01-03From Albert Chin: eliminate a GCCism.Guy Harris1-3/+3
2001-12-12Go nuts with the 3D logo.Gerald Combs1-1/+13