aboutsummaryrefslogtreecommitdiffstats
path: root/iface_monitor.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
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