aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Constify to squelch compiler warning.guy1-1/+1
2011-07-06Don't check for "(null)" as the result of a printf operation; don't passguy1-6/+10
2011-07-05Don't use strcpy().tuexen1-3/+3
2011-07-05(Try to) fix compilation when no libpcap is available.tuexen1-3/+6
2011-07-05Add initial support for multiple interfaces. More to come aftertuexen1-30/+82
2009-12-17Added "Ignore Packet" menu items to the main menu.stig1-0/+4
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-2/+2
2009-02-23Use bold labels for headings.stig1-0/+5
2008-10-14Use a more accurate variable name for the wiretap file type. Add the filegerald1-2/+6
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatguy1-1/+2
2008-06-21Removed the usage of topic_available() as we now have all topics.stig1-9/+3
2008-04-13sort #includes by directoriesulfl1-13/+15
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-2/+2
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-2/+2
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-18/+18
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-18/+18
2007-11-30More summary enhancements:stig1-112/+88
2007-11-28Summary enhancements:stig1-67/+131
2007-11-14Added some parentheses to clarify the gint64 cast.stig1-5/+5
2007-11-14From Shiang-Ming Huang:stig1-1/+1
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkgerald1-5/+9
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-3/+3
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.guy1-1/+1
2007-05-29From David Howells :standel1-1/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.guy1-1/+1
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-1/+0
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