aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/summary_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Move gtk to ui/gtk.Jörg Mayer2012-01-151-506/+0
* Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2011-11-161-22/+30
* Constify to squelch compiler warning.Guy Harris2011-07-061-1/+1
* Don't check for "(null)" as the result of a printf operation; don't passGuy Harris2011-07-061-6/+10
* Don't use strcpy().Michael Tüxen2011-07-051-3/+3
* (Try to) fix compilation when no libpcap is available.Michael Tüxen2011-07-051-3/+6
* Add initial support for multiple interfaces. More to come afterMichael Tüxen2011-07-051-30/+82
* Added "Ignore Packet" menu items to the main menu.Stig Bjørlykke2009-12-171-0/+4
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-2/+2
* Use bold labels for headings.Stig Bjørlykke2009-02-231-0/+5
* Use a more accurate variable name for the wiretap file type. Add the fileGerald Combs2008-10-141-2/+6
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris2008-06-241-1/+2
* Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke2008-06-211-9/+3
* sort #includes by directoriesUlf Lamping2008-04-131-13/+15
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-2/+2
* OBJECT_..._DATA --> g_object_..._dataBill Meier2008-04-111-2/+2
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-18/+18
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-18/+18
* More summary enhancements:Stig Bjørlykke2007-11-301-112/+88
* Summary enhancements:Stig Bjørlykke2007-11-281-67/+131
* Added some parentheses to clarify the gint64 cast.Stig Bjørlykke2007-11-141-5/+5
* From Shiang-Ming Huang:Stig Bjørlykke2007-11-141-1/+1
* Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs2007-08-301-5/+9
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-3/+3
* Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris2007-05-291-1/+1
* From David Howells :Sebastien Tandel2007-05-291-1/+1
* Squelch some qualifier (const vs. non-const) warnings.Guy Harris2007-05-251-1/+1
* change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping2006-11-051-1/+1
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-1/+0
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-1/+1
* MSVC: fix some guint64 related compiler errorsUlf Lamping2005-07-091-6/+12
* Make the counters in the summary 64-bit, so they don't overflow onGuy Harris2005-07-081-3/+3
* - pcap.h needs to be included before capture.hJörg Mayer2005-03-071-0/+1
* another two steps towards privilege seperation:Ulf Lamping2005-02-061-1/+8
* remove #include "globals.h" from summary.c, as it's a bad idea for multiple c...Ulf Lamping2005-02-041-1/+3
* add some more online help functionality and help buttons at various dialog bo...Ulf Lamping2005-01-201-2/+12
* The right way to check whether a pointer is null and get a Boolean is toGuy Harris2005-01-011-4/+4
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* "ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily aGuy Harris2004-06-181-7/+7
* add timestamp of first and last packet to summary dialogUlf Lamping2004-06-181-6/+52
* use new functions in window API (ui_util.h),Ulf Lamping2004-05-231-8/+6
* going to have a standard behaviour of the dialogsUlf Lamping2004-05-221-2/+1
* code cleanup (e.g. removed unused function parameters),Ulf Lamping2004-05-211-9/+9
* GCC warns about zero-length format strings, presumably either becauseGuy Harris2004-05-211-17/+17