| Commit message (Expand) | Author | Age | Files | Lines |
* | Use gtk_progress_bar_set_fraction instead of the deprecated gtk_progress_bar_... | Bill Meier | 2009-12-29 | 1 | -83/+68 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -1/+1 |
* | gtk_label_set -> gtk_label_set_text | Anders Broman | 2009-02-26 | 1 | -3/+3 |
* | From Alexey Neyman: | Anders Broman | 2008-08-12 | 1 | -0/+4 |
* | From Alexey Neyman (Bug 2786): | Sake Blok | 2008-08-09 | 1 | -5/+16 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-07-08 | 1 | -5/+5 |
* | Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi... | Bill Meier | 2008-06-29 | 1 | -2/+2 |
* | Add gtk/capture_globals.h, to declare global_capture_opts, so files that | Guy Harris | 2008-06-24 | 1 | -2/+2 |
* | Have capture_info_ui_create() and capture_info_open() take a pointer to | Guy Harris | 2008-06-24 | 1 | -3/+4 |
* | Removed the usage of topic_available() as we now have all topics. | Stig Bjørlykke | 2008-06-21 | 1 | -10/+4 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -14/+15 |
* | move stock icon code from toolbar.c into specific stock_icons file(s) | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | first round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -5/+3 |
* | replace WIDGET_SET_SIZE with gtk_widget_set_size_request | Ulf Lamping | 2008-04-11 | 1 | -1/+1 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -2/+2 |
* | Added #include <sys/types.h> | Stig Bjørlykke | 2007-08-30 | 1 | -0/+4 |
* | On slow displays (such as RDP sessions), it looks like the "update" | Gerald Combs | 2007-05-10 | 1 | -2/+12 |
* | capture interfaces dialog: use capture stock icons instead of plain text buttons | Ulf Lamping | 2006-08-24 | 1 | -3/+17 |
* | Add support for AirPcap, an upcoming wireless product from CACE. Support | Gerald Combs | 2006-08-16 | 1 | -0/+11 |
* | Radek Vokal <rvokal@redhat.com>: | Jörg Mayer | 2006-06-08 | 1 | -1/+2 |
* | 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 | -2/+0 |
* | Constify a bunch of arguments and variables, to squelch compiler | Guy Harris | 2005-12-14 | 1 | -1/+0 |
* | hmmm, the include sequence might be important too ... | Ulf Lamping | 2005-12-14 | 1 | -1/+1 |
* | add missing include | Ulf Lamping | 2005-12-14 | 1 | -0/+2 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | move the complete functionality of the capture info dialog from capture_loop.... | Ulf Lamping | 2005-12-04 | 1 | -7/+26 |
* | split some parts of the packet counting functions into their own files captur... | Ulf Lamping | 2005-12-03 | 1 | -4/+5 |
* | split capture.h into capture.h, capture_loop.h and capture_opts.h and place t... | Ulf Lamping | 2005-12-03 | 1 | -0/+1 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | various (minor) capture code cleanup | Ulf Lamping | 2005-03-28 | 1 | -1/+1 |
* | remove capture_child flag from capture_opts as it's no longer required | Ulf Lamping | 2005-03-28 | 1 | -1/+1 |
* | - pcap.h needs to be included before capture.h | Jörg Mayer | 2005-03-07 | 1 | -1/+1 |
* | (some) redesign of capture data structures. | Ulf Lamping | 2005-02-04 | 1 | -1/+1 |
* | Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code | Guy Harris | 2005-01-16 | 1 | -1/+1 |
* | Use a more descriptive name, if available, for the network interface in | Guy Harris | 2005-01-16 | 1 | -37/+17 |
* | Recently the capture interface name was added to the title of the capture inf... | Ulf Lamping | 2005-01-15 | 1 | -1/+35 |
* | Don't use a global capture_opts in the capturing engine (this isn't a good id... | Ulf Lamping | 2004-12-29 | 1 | -1/+2 |
* | From Nathan Jennings: add a preference that supplies a prefix for window | Guy Harris | 2004-12-02 | 1 | -1/+6 |
* | split capture_loop from capture.c, some more code cleanup | Ulf Lamping | 2004-10-30 | 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 |
* | added a small comment | Ulf Lamping | 2004-05-27 | 1 | -1/+2 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -17/+7 |
* | two memory leaks removed | Ulf Lamping | 2004-04-14 | 1 | -1/+2 |
* | From Jon Oberheide: Add interface name to the capture and ethereal window | Michael Tüxen | 2004-04-13 | 1 | -3/+7 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -3/+3 |
* | rework of capture.c: better seperation of sync and capture pipe by using | Ulf Lamping | 2004-02-21 | 1 | -7/+7 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -9/+8 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -6/+2 |