View Single Post
Old 08-26-2004   #104 (permalink)
devine
Emergence
 
Join Date: Jul 2004
Location: Paris
Posts: 389
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
devine is offline