aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
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