| Commit message (Expand) | Author | Age | Files | Lines |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -1/+0 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -1/+1 |
* | MSVC: fix some guint64 related compiler errors | Ulf Lamping | 2005-07-09 | 1 | -6/+12 |
* | Make the counters in the summary 64-bit, so they don't overflow on | Guy Harris | 2005-07-08 | 1 | -3/+3 |
* | - pcap.h needs to be included before capture.h | Jörg Mayer | 2005-03-07 | 1 | -0/+1 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -1/+8 |
* | remove #include "globals.h" from summary.c, as it's a bad idea for multiple c... | Ulf Lamping | 2005-02-04 | 1 | -1/+3 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 1 | -2/+12 |
* | The right way to check whether a pointer is null and get a Boolean is to | Guy Harris | 2005-01-01 | 1 | -4/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | "ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily a | Guy Harris | 2004-06-18 | 1 | -7/+7 |
* | add timestamp of first and last packet to summary dialog | Ulf Lamping | 2004-06-18 | 1 | -6/+52 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -8/+6 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -2/+1 |
* | code cleanup (e.g. removed unused function parameters), | Ulf Lamping | 2004-05-21 | 1 | -9/+9 |
* | GCC warns about zero-length format strings, presumably either because | Guy Harris | 2004-05-21 | 1 | -17/+17 |
* | complete new layout of the summary dialog | Ulf Lamping | 2004-05-20 | 1 | -159/+184 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -31/+27 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -4/+2 |
* | Include <string.h> to declare "strlen()". | Guy Harris | 2004-02-02 | 1 | -1/+3 |
* | beautified the dialog a bit | Ulf Lamping | 2004-02-01 | 1 | -1/+5 |
* | avoid very large dialogs, when display filters becoming too large, | Ulf Lamping | 2004-02-01 | 1 | -6/+22 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -11/+4 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -6/+2 |
* | If we don't have any packets, or don't have any filtered packets, don't | Guy Harris | 2003-12-21 | 1 | -7/+11 |
* | Move display filter into filtered packets frame. | Olivier Biot | 2003-12-20 | 1 | -22/+22 |
* | From Jean-Michel Fayard: show in Tools:Summary window statistics about | Guy Harris | 2003-09-02 | 1 | -8/+56 |
* | Add an average packet size, as suggested by Daniel Jackson. | Gerald Combs | 2003-03-07 | 1 | -1/+5 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -14/+4 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -7/+19 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -3/+1 |
* | Cast the Mbits/s calculation as a float, so that we display the value | Gerald Combs | 2002-08-31 | 1 | -2/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -2/+2 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -2/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 1 | -4/+6 |
* | Go nuts with the 3D logo. | Gerald Combs | 2001-12-12 | 1 | -1/+4 |
* | In Ethereal, attempt to get the packet statistics from libpcap when | Guy Harris | 2001-02-11 | 1 | -3/+5 |
* | Add the number of marked packets in the summary window. | Laurent Deniel | 2000-08-21 | 1 | -1/+5 |
* | Add Mbit/sec to the summary window. | Laurent Deniel | 2000-08-19 | 1 | -1/+5 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+1 |
* | Put the close button in an HButtonBox, so that it doesn't expand to the | Guy Harris | 2000-07-05 | 1 | -3/+11 |
* | Make the summary dialog box use the new utilities to make the Return | Guy Harris | 2000-05-03 | 1 | -2/+10 |
* | As we always have to have a filter string (thanks to a bug in the Linux | Guy Harris | 2000-04-13 | 1 | -2/+2 |
* | No work need be done when a summary dialog box is destroyed, or when the | Guy Harris | 2000-04-01 | 1 | -13/+1 |
* | Move GTK code out of summary.c and into gtk/summary_dlg.c | Gilbert Ramirez | 1999-12-10 | 1 | -0/+216 |