aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.c
Commit message (Expand)AuthorAgeFilesLines
* Note that -X stdin_descr stretches the original intent of the -X option.Gerald Combs2010-04-051-0/+6
* Keep a copy of the interface description and capture filter around so thatGerald Combs2010-04-011-1/+7
* It uses isdigit(), so it requires <ctype.h>.Guy Harris2010-03-041-0/+1
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-4/+4
* Fix indentation.Anders Broman2010-02-231-21/+21
* strtol() returns a long, as the name suggests; assign its return valueGuy Harris2008-06-031-2/+6
* Include <stdlib.h> to declare strtol().Guy Harris2008-06-031-0/+1
* Added an option to set default link-layer header type for each interface.Stig Bjørlykke2008-06-021-0/+26
* Display the interface comment if defined.Stig Bjørlykke2008-04-181-1/+1
* Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke2008-01-311-3/+1
* Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa2007-12-041-3/+5
* first steps to support MSVC 2008 Express EditionUlf Lamping2007-11-301-0/+1
* Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault...Jeff Morriss2007-09-041-1/+1
* Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)Stephen Fisher2007-08-281-1/+1
* Add a comment explaining why get_interface_descriptive_name() shouldn'tGuy Harris2007-08-241-0/+5
* gcc 4 doesn't like my macro for getting the interface description: it says th...Jeff Morriss2007-08-221-0/+13
* Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss2007-08-221-0/+2
* Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris2007-01-211-2/+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-2/+1
* Constify a bunch of arguments and variables, to squelch compilerGuy Harris2005-12-141-2/+2
* make get_if_name() parameter if_text const, it's not changed insideUlf Lamping2005-12-131-1/+1
* rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping2005-12-061-1/+1
* fix some minor bugs with the current interface name:Ulf Lamping2005-04-191-0/+54
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeGuy Harris2005-01-161-0/+299