Quote:
|
Originally Posted by sylvain
Hum I made a Crtl-C and airodump did not exit .. I had to close my terminal window..oterwise when I exited I only had a pcap file created and no csv file...
|
Right, this almost certainly happened because airodump was waiting for a packet in read(), thus not checking the do_exit flag; I'll put back the select() call so as to check do_exit regularly. Thanks for reporting this bug
