aboutsummaryrefslogtreecommitdiffstats
path: root/iface_monitor.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-29Add support for listening for interface arrival/departure events onGuy Harris1-0/+33
PF_SYSTEM sockets on OS X. Pull iface_mon_nl_init() into iface_mon_start(), to make it a little easier to figure out what interface monitoring code on other platforms should do. Add a bunch of XXX comments about additional things we should perhaps do. svn path=/trunk/; revision=43545
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-28No pcap, no interfaces to monitor.Guy Harris1-1/+5
svn path=/trunk/; revision=43522
2012-06-28From Pontus Fuchs:Guy Harris1-0/+40
Add an interface monitor that, on Linux distributions with libnl, watches for interfaces to appear or disappear and, on such an event, causes windows showing interface lists to update. svn path=/trunk/; revision=43521