aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
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