| Commit message (Expand) | Author | Age | Files | Lines |
* | waste a couple of bytes per tcp conversation and make the tree for acked_pack... | Ronnie Sahlberg | 2006-03-20 | 1 | -0/+1 |
* | Get rid of a declaration of a non-existent function. | Guy Harris | 2006-03-19 | 1 | -1/+0 |
* | There is a one-to-one mapping between each graph and its "toplevel" and | Gerald Combs | 2006-03-09 | 1 | -85/+18 |
* | Make calculation of TCP Graph bounds more robust. The calculation might have ... | Lars Roland | 2006-03-08 | 1 | -13/+17 |
* | From Bill Meier: | Gerald Combs | 2005-12-22 | 1 | -102/+131 |
* | Move a pile of protocol-related headers from the top-level source | Guy Harris | 2005-09-17 | 1 | -2/+2 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -1/+1 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -8/+8 |
* | As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -4/+5 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -2/+2 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -5/+5 |
* | fix some MSVC const warnings | Ulf Lamping | 2005-08-08 | 1 | -2/+2 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -15/+15 |
* | replace malloc and alike calls by their GLib pendants -> g_malloc | Ulf Lamping | 2005-08-05 | 1 | -40/+40 |
* | Just pass &cfile to select_tcpip_session(); we don't need to pass | Guy Harris | 2005-07-10 | 1 | -17/+16 |
* | Fix some comment typos. | Guy Harris | 2005-07-10 | 1 | -2/+2 |
* | Get rid of an unused argument. | Guy Harris | 2005-07-10 | 1 | -5/+5 |
* | It works reasonably well with extensive testing so here goes : | Ronnie Sahlberg | 2005-07-10 | 1 | -249/+304 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -2/+2 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -1/+1 |
* | Move various tables into the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Use _WIN32 rather than WIN32 to determine if we're compiling on Win32; | Guy Harris | 2004-09-11 | 1 | -8/+9 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | move font related stuff to new file font_utils.c/.h | Ulf Lamping | 2004-06-17 | 1 | -6/+2 |
* | "delete_event" is an event, so its handler takes three arguments, not | Guy Harris | 2004-06-10 | 1 | -32/+42 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -7/+3 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -25/+21 |
* | added a close button to the dialogs, | Ulf Lamping | 2004-04-12 | 1 | -13/+25 |
* | Use "g_ntohs()" rather than "ntohs()". | Guy Harris | 2004-03-17 | 1 | -3/+3 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -14/+10 |
* | cosmetic update to tcp graphs. | Ronnie Sahlberg | 2004-02-27 | 1 | -3/+17 |
* | minor change | Ulf Lamping | 2004-02-23 | 1 | -5/+5 |
* | Changed all items to "Endpoint List" and get rid of the "Host List" group. | Ulf Lamping | 2004-02-23 | 1 | -5/+5 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -5/+5 |
* | tcp_graph.h is no longer needed, as the tap mechanism is now used | Ulf Lamping | 2004-02-22 | 1 | -2/+1 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -2/+26 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -24/+16 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -4/+10 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -14/+14 |
* | renamed ESD_TYPE_CRIT to ESD_TYPE_ERROR to | Ulf Lamping | 2004-01-31 | 1 | -2/+2 |
* | Have the Wiretap open, read, and seek-and-read routines return, in | Guy Harris | 2004-01-25 | 1 | -4/+5 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -16/+23 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -7/+2 |
* | Make the variable into which values from | Guy Harris | 2004-01-13 | 1 | -5/+5 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -8/+3 |
* | removed two MSVC warnings (GTK2 related) | Ulf Lamping | 2004-01-10 | 1 | -3/+3 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -9/+9 |
* | removed some MSVC warnings (conversions between double/float and int) | Ulf Lamping | 2003-12-23 | 1 | -30/+30 |