| Commit message (Expand) | Author | Age | Files | Lines |
* | On UN*X, if an interface has a description, use it as the "friendly | Guy Harris | 2012-11-22 | 1 | -11/+16 |
* | Clean up indentation. | Guy Harris | 2012-11-22 | 1 | -84/+84 |
* | From Mike Garratt: | Anders Broman | 2012-11-19 | 1 | -1/+4 |
* | We always HAVE_CONFIG_H so don't bother checking whether we have it or not. | Jeff Morriss | 2012-09-20 | 1 | -3/+1 |
* | Have (almost) all preferences use the generic preferences API (per https://bu... | Michael Mann | 2012-08-08 | 1 | -2/+4 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Third try. This time pipes and stdin are supported and the | Michael Tüxen | 2012-01-25 | 1 | -0/+3 |
* | We need a 3rd try. (After learning how to run the testuite on Windows locally). | Michael Tüxen | 2012-01-24 | 1 | -3/+0 |
* | Second try. This time pipes and stdin are supported. | Michael Tüxen | 2012-01-24 | 1 | -0/+3 |
* | Back out infrastructure change. We missed supporting | Michael Tüxen | 2011-10-20 | 1 | -3/+0 |
* | Use a global list containing all interfaces and only change | Michael Tüxen | 2011-10-20 | 1 | -0/+3 |
* | Get rid of old non-interface specific settings which are now interface | Michael Tüxen | 2011-06-27 | 1 | -22/+15 |
* | When capturing from multiple interfaces, indicate this in the window | Michael Tüxen | 2011-05-19 | 1 | -0/+16 |
* | Remove unneeded NULL Test... | Bill Meier | 2011-03-23 | 1 | -1/+1 |
* | Use "XXX != NULL" rather than "XXX" to test for a null pointer; either | Guy Harris | 2011-02-17 | 1 | -33/+32 |
* | Note that -X stdin_descr stretches the original intent of the -X option. | Gerald Combs | 2010-04-05 | 1 | -0/+6 |
* | Keep a copy of the interface description and capture filter around so that | Gerald Combs | 2010-04-01 | 1 | -1/+7 |
* | It uses isdigit(), so it requires <ctype.h>. | Guy Harris | 2010-03-04 | 1 | -0/+1 |
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 1 | -4/+4 |
* | Fix indentation. | Anders Broman | 2010-02-23 | 1 | -21/+21 |
* | strtol() returns a long, as the name suggests; assign its return value | Guy Harris | 2008-06-03 | 1 | -2/+6 |
* | Include <stdlib.h> to declare strtol(). | Guy Harris | 2008-06-03 | 1 | -0/+1 |
* | Added an option to set default link-layer header type for each interface. | Stig Bjørlykke | 2008-06-02 | 1 | -0/+26 |
* | Display the interface comment if defined. | Stig Bjørlykke | 2008-04-18 | 1 | -1/+1 |
* | Hide hidden devices in "Capture Interfaces" dialog. | Stig Bjørlykke | 2008-01-31 | 1 | -3/+1 |
* | Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366) | Tomas Kukosa | 2007-12-04 | 1 | -3/+5 |
* | first steps to support MSVC 2008 Express Edition | Ulf Lamping | 2007-11-30 | 1 | -0/+1 |
* | Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault... | Jeff Morriss | 2007-09-04 | 1 | -1/+1 |
* | Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801) | Stephen Fisher | 2007-08-28 | 1 | -1/+1 |
* | Add a comment explaining why get_interface_descriptive_name() shouldn't | Guy Harris | 2007-08-24 | 1 | -0/+5 |
* | gcc 4 doesn't like my macro for getting the interface description: it says th... | Jeff Morriss | 2007-08-22 | 1 | -0/+13 |
* | Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 : | Jeff Morriss | 2007-08-22 | 1 | -0/+2 |
* | Have the routines to get interface lists take a pointer to a "gchar *" | Guy Harris | 2007-01-21 | 1 | -2/+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/+1 |
* | Constify a bunch of arguments and variables, to squelch compiler | Guy Harris | 2005-12-14 | 1 | -2/+2 |
* | make get_if_name() parameter if_text const, it's not changed inside | Ulf Lamping | 2005-12-13 | 1 | -1/+1 |
* | rename pcap-....c/.h files to capture-pcap-....c/.h | Ulf Lamping | 2005-12-06 | 1 | -1/+1 |
* | fix some minor bugs with the current interface name: | Ulf Lamping | 2005-04-19 | 1 | -0/+54 |
* | change nmake makefiles in /trunk and /trunk/epan so that | Lars Roland | 2005-02-13 | 1 | -4/+0 |
* | Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code | Guy Harris | 2005-01-16 | 1 | -0/+299 |