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