remove MSVC compiler warning (required a type cast)
[obnox/wireshark/wip.git] / gtk / summary_dlg.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-18 guy"ti_time" is a "time_t", not a "long" ("time_t" isn...
2004-06-18 ulfladd timestamp of first and last packet to summary dialog
2004-05-23 ulfluse new functions in window API (ui_util.h),
2004-05-22 ulflgoing to have a standard behaviour of the dialogs
2004-05-21 ulflcode cleanup (e.g. removed unused function parameters),
2004-05-21 guyGCC warns about zero-length format strings, presumably...
2004-05-20 ulflcomplete new layout of the summary dialog
2004-03-13 ulflreplaced sprintf / snprintf by g_snprintf,
2004-02-13 guyAdd a "window_new()" routine that creates a window...
2004-02-02 guyInclude <string.h> to declare "strlen()".
2004-02-01 ulflbeautified the dialog a bit
2004-02-01 ulflavoid very large dialogs, when display filters becoming...
2004-01-21 ulflimplemented dlg_button_row_new to get a standard functi...
2004-01-21 ulfluse stock buttons whereever possible,
2003-12-21 guyIf we don't have any packets, or don't have any filtere...
2003-12-20 obiotMove display filter into filtered packets frame.
2003-09-02 guyFrom Jean-Michel Fayard: show in Tools:Summary window...
2003-03-07 geraldAdd an average packet size, as suggested by Daniel...
2002-11-11 oabadUse gtk1/gtk2 compatibility macros to reduce #ifdefs.
2002-11-03 oabadMerge gtk and gtk2 directories.
2002-09-05 jmayerInclude cleanups in gtk and gtk2:
2002-08-31 geraldCast the Mbits/s calculation as a float, so that we...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-03-05 guyFrom Joerg Mayer: use _U_ to flag unused arguments.
2002-02-08 guyHave Wiretap set the snapshot length to 0 if it can...
2001-12-12 geraldGo nuts with the 3D logo.
2001-02-11 guyIn Ethereal, attempt to get the packet statistics from...
2000-08-21 denielAdd the number of marked packets in the summary window.
2000-08-19 denielAdd Mbit/sec to the summary window.
2000-08-11 denielMiscellaneous code cleaning
2000-07-05 guyPut the close button in an HButtonBox, so that it doesn...
2000-05-03 guyMake the summary dialog box use the new utilities to...
2000-04-13 guyAs we always have to have a filter string (thanks to...
2000-04-01 guyNo work need be done when a summary dialog box is destr...
1999-12-10 gramMove GTK code out of summary.c and into gtk/summary_dlg.c