Kismet and Wireless Stuff ... Extended development logs, up and coming features, and general wireless link-whorery.
Recent SVN commits rework plugins to use a common Makefile so that they inherit the
compiler and path settings automatically (making building plugins much simpler).
Plugins have also been reworked to work on at least Linux and OSX (for the most part).
The compiler options have been tweaked for creating OSX shared objects, install options
fixed to work with non-linux install binaries, and notably the kismet-ptw plugin has
been reworked to use portable mutexes instead of pthread_tryjoin_np).
Third-party plugins should take their Makefiles from one of the existing plugins to
get maximum compatibility. Independently created makefiles are of course possible,
but I've done the hard work for you of making it cross-platform capable.