https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7374
--- Comment #7 from Guy Harris <guy@xxxxxxxxxxxx> 2012-06-19 13:06:29 PDT ---
OK:
Linux:
done
OS X:
do what this guy:
http://www.opensource.apple.com/source/autofs/autofs-154/autofsd/autofsd.c
does, except the key you want to watch for is, I think, kSCEntNetInterface,
unless you want to update the Interfaces dialog when an interface's network
address changes, in which case you want to watch that key in *addition* to the
other keys. (See
https://developer.apple.com/library/mac/#documentation/networking/Conceptual/SystemConfigFrameworks/SC_UnderstandSchema/SC_UnderstandSchema.html
and
https://developer.apple.com/library/mac/#documentation/Networking/Reference/SysConfig/_index.html
for more information.
*BSD, Solaris, HP-UX, AIX, etc.:
dunno
Windows:
I think I found the documentation on the APIs for this, but I'm not
sure whether I did or, if I did, whether I bookmarked it and, if I did, where I
bookmarked it
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.