| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtk to ui/gtk. | Jörg Mayer | 2012-01-15 | 1 | -506/+0 |
* | Handle ctime() and localtime() returning NULL and localtime() on Windows | Guy Harris | 2011-11-16 | 1 | -22/+30 |
* | Constify to squelch compiler warning. | Guy Harris | 2011-07-06 | 1 | -1/+1 |
* | Don't check for "(null)" as the result of a printf operation; don't pass | Guy Harris | 2011-07-06 | 1 | -6/+10 |
* | Don't use strcpy(). | Michael Tüxen | 2011-07-05 | 1 | -3/+3 |
* | (Try to) fix compilation when no libpcap is available. | Michael Tüxen | 2011-07-05 | 1 | -3/+6 |
* | Add initial support for multiple interfaces. More to come after | Michael Tüxen | 2011-07-05 | 1 | -30/+82 |
* | Added "Ignore Packet" menu items to the main menu. | Stig Bjørlykke | 2009-12-17 | 1 | -0/+4 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -2/+2 |
* | Use bold labels for headings. | Stig Bjørlykke | 2009-02-23 | 1 | -0/+5 |
* | Use a more accurate variable name for the wiretap file type. Add the file | Gerald Combs | 2008-10-14 | 1 | -2/+6 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -1/+1 |
* | Add gtk/capture_globals.h, to declare global_capture_opts, so files that | Guy Harris | 2008-06-24 | 1 | -1/+2 |
* | Removed the usage of topic_available() as we now have all topics. | Stig Bjørlykke | 2008-06-21 | 1 | -9/+3 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -13/+15 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -2/+2 |
* | Include epan/strutil.h for gtk-1.2 builds. | Michael Tüxen | 2008-03-01 | 1 | -0/+1 |
* | Next attempt to cleanup some string functions, including: | Stig Bjørlykke | 2008-02-29 | 1 | -18/+18 |
* | Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-01 | 1 | -18/+18 |
* | More summary enhancements: | Stig Bjørlykke | 2007-11-30 | 1 | -112/+88 |
* | Summary enhancements: | Stig Bjørlykke | 2007-11-28 | 1 | -67/+131 |
* | Added some parentheses to clarify the gint64 cast. | Stig Bjørlykke | 2007-11-14 | 1 | -5/+5 |
* | From Shiang-Ming Huang: | Stig Bjørlykke | 2007-11-14 | 1 | -1/+1 |
* | Change the "--enable-setuid-install" option to install dumpcap and TShark | Gerald Combs | 2007-08-30 | 1 | -5/+9 |
* | Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLib | Guy Harris | 2007-05-29 | 1 | -3/+3 |
* | Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap. | Guy Harris | 2007-05-29 | 1 | -1/+1 |
* | From David Howells : | Sebastien Tandel | 2007-05-29 | 1 | -1/+1 |
* | Squelch some qualifier (const vs. non-const) warnings. | Guy Harris | 2007-05-25 | 1 | -1/+1 |
* | change all file offsets from long to gint64 so we can - theoretically - handl... | Ulf Lamping | 2006-11-05 | 1 | -1/+1 |
* | Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUI | Guy Harris | 2006-05-22 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | remove dependencies to pcap.h, so getting an idea what needs to be done by du... | Ulf Lamping | 2006-02-17 | 1 | -1/+0 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -1/+1 |
* | MSVC: fix some guint64 related compiler errors | Ulf Lamping | 2005-07-09 | 1 | -6/+12 |
* | Make the counters in the summary 64-bit, so they don't overflow on | Guy Harris | 2005-07-08 | 1 | -3/+3 |
* | - pcap.h needs to be included before capture.h | Jörg Mayer | 2005-03-07 | 1 | -0/+1 |
* | another two steps towards privilege seperation: | Ulf Lamping | 2005-02-06 | 1 | -1/+8 |
* | remove #include "globals.h" from summary.c, as it's a bad idea for multiple c... | Ulf Lamping | 2005-02-04 | 1 | -1/+3 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 1 | -2/+12 |
* | The right way to check whether a pointer is null and get a Boolean is to | Guy Harris | 2005-01-01 | 1 | -4/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | "ti_time" is a "time_t", not a "long" ("time_t" isn't necessarily a | Guy Harris | 2004-06-18 | 1 | -7/+7 |
* | add timestamp of first and last packet to summary dialog | Ulf Lamping | 2004-06-18 | 1 | -6/+52 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -8/+6 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -2/+1 |
* | code cleanup (e.g. removed unused function parameters), | Ulf Lamping | 2004-05-21 | 1 | -9/+9 |
* | GCC warns about zero-length format strings, presumably either because | Guy Harris | 2004-05-21 | 1 | -17/+17 |