aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13sort #includes by directoriesUlf Lamping1-13/+15
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-2/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-18/+18
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-18/+18
2007-11-30More summary enhancements:Stig Bjørlykke1-112/+88
2007-11-28Summary enhancements:Stig Bjørlykke1-67/+131
2007-11-14Added some parentheses to clarify the gint64 cast.Stig Bjørlykke1-5/+5
2007-11-14From Shiang-Ming Huang:Stig Bjørlykke1-1/+1
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-5/+9
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-3/+3
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris1-1/+1
2007-05-29From David Howells :Sebastien Tandel1-1/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
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