Index: src/airodump-ng.c =================================================================== --- src/airodump-ng.c (revision 1916) +++ src/airodump-ng.c (working copy) @@ -589,42 +589,44 @@ " usage: airodump-ng [,,...]\n" "\n" " Options:\n" -" --ivs : Save only captured IVs\n" -" --gpsd : Use GPSd\n" -" --write : Dump file prefix\n" -" -w : same as --write \n" -" --beacons : Record all beacons in dump file\n" -" --update : Display update delay in seconds\n" -" --showack : Prints ack/cts/rts statistics\n" -" -h : Hides known stations for --showack\n" -" -f : Time in ms between hopping channels\n" -" --berlin : Time before removing the AP/client\n" -" from the screen when no more packets\n" -" are received (Default: 120 seconds)\n" -" -r : Read packets from that file\n" -" -x : Active Scanning Simulation\n" +" --ivs : Save only captured IVs\n" +" --gpsd : Use GPSd\n" +" --write : Dump file prefix\n" +" -w : same as --write \n" +" --beacons : Record all beacons in dump file\n" +" --update : Display update delay in seconds\n" +" --showack : Prints ack/cts/rts statistics\n" +" -h : Hides known stations for --showack\n" +" -f : Time in ms between hopping channels\n" +" --berlin : Time before removing the AP/client\n" +" from the screen when no more packets\n" +" are received (Default: 120 seconds)\n" +" -r : Read packets from that file\n" +" -x : Active Scanning Simulation\n" " --output-format\n" -" : Output format. Possible values:\n" -" pcap, ivs, csv, gps, kismet, netxml\n" +" : Output format. Possible values:\n" +" pcap, ivs, csv, gps, kismet, netxml\n" +" --ignore-negative-one : Removes the message that says\n" +" fixed channel : -1\n" "\n" " Filter options:\n" -" --encrypt : Filter APs by cipher suite\n" -" --netmask : Filter APs by mask\n" -" --bssid : Filter APs by BSSID\n" -" -a : Filter unassociated clients\n" +" --encrypt : Filter APs by cipher suite\n" +" --netmask : Filter APs by mask\n" +" --bssid : Filter APs by BSSID\n" +" -a : Filter unassociated clients\n" "\n" " By default, airodump-ng hop on 2.4GHz channels.\n" " You can make it capture on other/specific channel(s) by using:\n" -" --channel : Capture on specific channels\n" -" --band : Band on which airodump-ng should hop\n" -" -C : Uses these frequencies in MHz to hop\n" -" --cswitch : Set channel switching method\n" -" 0 : FIFO (default)\n" -" 1 : Round Robin\n" -" 2 : Hop on last\n" -" -s : same as --cswitch\n" +" --channel : Capture on specific channels\n" +" --band : Band on which airodump-ng should hop\n" +" -C : Uses these frequencies in MHz to hop\n" +" --cswitch : Set channel switching method\n" +" 0 : FIFO (default)\n" +" 1 : Round Robin\n" +" 2 : Hop on last\n" +" -s : same as --cswitch\n" "\n" -" --help : Displays this usage screen\n" +" --help : Displays this usage screen\n" "\n"; int is_filtered_netmask(uchar *bssid) @@ -5037,6 +5039,7 @@ for(i=0; i: -1'. .PP .B Filter options: .TP