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