| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |