aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/tcp_graph.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-10Get rid of an unused argument.guy1-5/+5
2005-07-10It works reasonably well with extensive testing so here goes :sahlberg1-249/+304
2005-02-04huge cleanup of capture file API (functions in file.c/file.h).ulfl1-2/+2
2004-12-29Make the tone of the error messages a bit less formal, by usingguy1-1/+1
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-8/+9
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-17move font related stuff to new file font_utils.c/.hulfl1-6/+2
2004-06-10"delete_event" is an event, so its handler takes three arguments, notguy1-32/+42
2004-05-26more code cleanup from dialog things:ulfl1-7/+3
2004-05-23use new functions in window API (ui_util.h),ulfl1-25/+21
2004-04-12added a close button to the dialogs,ulfl1-13/+25
2004-03-17Use "g_ntohs()" rather than "ntohs()".guy1-3/+3
2004-03-13replaced sprintf / snprintf by g_snprintf,ulfl1-14/+10
2004-02-27cosmetic update to tcp graphs.sahlberg1-3/+17
2004-02-23minor changeulfl1-5/+5
2004-02-23Changed all items to "Endpoint List" and get rid of the "Host List" group.ulfl1-5/+5
2004-02-23statistics menu redesigned, now looking more like the former menu,ulfl1-5/+5
2004-02-22tcp_graph.h is no longer needed, as the tap mechanism is now usedulfl1-2/+1
2004-02-22Redesigned the menu structure of the former statistics stuff,ulfl1-2/+26
2004-02-13Add a "window_new()" routine that creates a window of a given type, setsguy1-24/+16
2004-02-06replaced every appearance of gtk_scrolled_window_new() withulfl1-4/+10
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toguy1-14/+14
2004-01-31renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR toulfl1-2/+2
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-4/+5
2004-01-21implemented dlg_button_row_new to get a standard function forulfl1-16/+23
2004-01-21use stock buttons whereever possible,ulfl1-7/+2
2004-01-13Make the variable into which values fromguy1-5/+5
2004-01-10using button compatibility macrosulfl1-8/+3
2004-01-10removed two MSVC warnings (GTK2 related)ulfl1-3/+3
2004-01-05removed some MSVC warnings (level 3)ulfl1-9/+9
2003-12-23removed some MSVC warnings (conversions between double/float and int)ulfl1-30/+30
2003-12-17removed some more MSVC warnings (type casting)ulfl1-4/+4
2003-12-09Mark parameter data as unused in callback_create_help().obiot1-2/+2
2003-09-25From Laurent Rabret:guy1-8/+38
2003-09-16Handle PPP with a pseudo-header.guy1-1/+2