aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ifinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Move the routines to talk to dumpcap into a static libcapchild.Guy Harris2014-06-231-342/+0
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Revert SVN #52650 as per discussion on wireshark-devBill Meier2013-10-181-7/+7
* Prepend to lists rather than append as that's more efficient.Anders Broman2013-10-161-7/+7
* "man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard2013-07-161-2/+2
* get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon2013-06-271-4/+4
* See if this squelches a warning.Guy Harris2013-05-231-1/+1
* Pull the capture-session state information out of capture_opts and putGuy Harris2013-05-221-0/+1
* wsutil/file_util.h should no longer be needed here.Guy Harris2013-05-221-2/+0
* On OS X, get the interface type from the System Configuration framework.Guy Harris2013-05-221-82/+6
* On MacOSX en1 is not necessarily wireless.Irene Rüngeler2013-05-211-47/+0
* Use explicit casts.Anders Broman2013-03-051-4/+4
* Some more if_info_t updates.Guy Harris2012-11-221-2/+4
* On UN*X, if an interface has a description, use it as the "friendlyGuy Harris2012-11-221-1/+1
* From Mike Garratt:Anders Broman2012-11-191-4/+6
* Fix leak in get_interface_type as caught by cppcheck.Evan Huus2012-10-141-0/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* wsutil/file_util.h is needed here.Jeff Morriss2012-06-281-0/+2
* get_interface_type() contains no GUI code, so just move it up toGuy Harris2012-06-281-0/+124
* Add support for multiple interfaces to the capture options dialog.Michael Tüxen2011-08-051-0/+75
* Move some code (including the optional objects) into libwsutilJeff Morriss2010-05-281-1/+1
* When dumpcap is run to get an interface list, interface capabilities, orGuy Harris2010-05-171-15/+18
* Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris2010-05-141-2/+2
* See whether the Leopard x86 buildbot is upset because of the nameGuy Harris2010-05-141-2/+2
* Fetch an indication of whether the interface supports capturing inGuy Harris2010-05-131-13/+57
* Fix a comment.Guy Harris2010-03-211-1/+1
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-041-0/+217