aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-1/+0
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-1/+1
* MSVC: fix some guint64 related compiler errorsUlf Lamping2005-07-091-6/+12
* Make the counters in the summary 64-bit, so they don't overflow onGuy Harris2005-07-081-3/+3
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-0/+1
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-1/+8
* remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping2005-02-041-1/+3
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* The right way to check whether a pointer is null and get a Boolean is toGuy Harris2005-01-011-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* "ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily aGuy Harris2004-06-181-7/+7
* add timestamp of first and last packet to summary dialogUlf Lamping2004-06-181-6/+52
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-8/+6
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-2/+1
* code cleanup (e.g. removed unused function parameters),Ulf Lamping2004-05-211-9/+9
* GCC warns about zero-length format strings, presumably either becauseGuy Harris2004-05-211-17/+17
* complete new layout of the summary dialogUlf Lamping2004-05-201-159/+184
* replaced sprintf / snprintf by g_snprintf,Ulf Lamping2004-03-131-31/+27
* Add a "window_new()" routine that creates a window of a given type, setsGuy Harris2004-02-131-4/+2
* Include <string.h> to declare "strlen()".Guy Harris2004-02-021-1/+3
* beautified the dialog a bitUlf Lamping2004-02-011-1/+5
* avoid very large dialogs, when display filters becoming too large,Ulf Lamping2004-02-011-6/+22
* implemented dlg_button_row_new to get a standard function forUlf Lamping2004-01-211-11/+4
* use stock buttons whereever possible,Ulf Lamping2004-01-211-6/+2
* If we don't have any packets, or don't have any filtered packets, don'tGuy Harris2003-12-211-7/+11
* Move display filter into filtered packets frame.Olivier Biot2003-12-201-22/+22
* From Jean-Michel Fayard: show in Tools:Summary window statistics aboutGuy Harris2003-09-021-8/+56
* Add an average packet size, as suggested by Daniel Jackson.Gerald Combs2003-03-071-1/+5
* Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad2002-11-111-14/+4
* Merge gtk and gtk2 directories.Olivier Abad2002-11-031-7/+19
* Include cleanups in gtk and gtk2:Jörg Mayer2002-09-051-3/+1
* Cast the Mbits/s calculation as a float, so that we display the valueGerald Combs2002-08-311-2/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-2/+2
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-051-2/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-081-4/+6
* Go nuts with the 3D logo.Gerald Combs2001-12-121-1/+4
* In Ethereal, attempt to get the packet statistics from libpcap whenGuy Harris2001-02-111-3/+5
* Add the number of marked packets in the summary window.Laurent Deniel2000-08-211-1/+5
* Add Mbit/sec to the summary window.Laurent Deniel2000-08-191-1/+5
* Miscellaneous code cleaningLaurent Deniel2000-08-111-6/+1
* Put the close button in an HButtonBox, so that it doesn't expand to theGuy Harris2000-07-051-3/+11
* Make the summary dialog box use the new utilities to make the ReturnGuy Harris2000-05-031-2/+10
* As we always have to have a filter string (thanks to a bug in the LinuxGuy Harris2000-04-131-2/+2
* No work need be done when a summary dialog box is destroyed, or when theGuy Harris2000-04-011-13/+1
* Move GTK code out of summary.c and into gtk/summary_dlg.cGilbert Ramirez1999-12-101-0/+216