Another article from Didier Stevens:
Quickpost: WiFi Probe Request Logging with an AirPcap Adapter
http://blog.didierstevens.com/2008/06/24/quickpost-wifi-probe-request-logging-with-an-airpcap-adapter/
To log probe requests with 3 AirPcap adapters I modified apc-pr-log.py.
Line 37: change airpcap00 to airpcap_any:
AIRPCAP_ADAPTER = '\\\\.\\airpcap_any'
Line 209: change the interval to default='0':
parser.add_option('-i', '--interval', default='0',
Insert the 3 AirPcap adapters and use the AirPcap Control Panel to set the
channels:
adapter 00 to channel 1
adapter 01 to channel 6
adapter 02 to channel 11
My best
Joke