aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ifinfo.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-18Revert SVN #52650 as per discussion on wireshark-devBill Meier1-7/+7
2013-10-16Prepend to lists rather than append as that's more efficient.Anders Broman1-7/+7
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard1-2/+2
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-4/+4
2013-05-23See if this squelches a warning.Guy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-0/+1
2013-05-22wsutil/file_util.h should no longer be needed here.Guy Harris1-2/+0
2013-05-22On OS X, get the interface type from the System Configuration framework.Guy Harris1-82/+6
2013-05-21On MacOSX en1 is not necessarily wireless.Irene Rüngeler1-47/+0
2013-03-05Use explicit casts.Anders Broman1-4/+4
2012-11-22Some more if_info_t updates.Guy Harris1-2/+4
2012-11-22On UN*X, if an interface has a description, use it as the "friendlyGuy Harris1-1/+1
2012-11-19From Mike Garratt:Anders Broman1-4/+6
2012-10-14Fix leak in get_interface_type as caught by cppcheck.Evan Huus1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28wsutil/file_util.h is needed here.Jeff Morriss1-0/+2
2012-06-28get_interface_type() contains no GUI code, so just move it up toGuy Harris1-0/+124
2011-08-05Add support for multiple interfaces to the capture options dialog.Michael Tüxen1-0/+75
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-1/+1
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris1-15/+18
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris1-2/+2
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris1-2/+2
2010-05-13Fetch an indication of whether the interface supports capturing inGuy Harris1-13/+57
2010-03-21Fix a comment.Guy Harris1-1/+1
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris1-0/+217