dhalperi / linux-80211n-csitool-supplementary

802.11n CSI Tool based on iwlwifi and Linux-2.6
http://dhalperi.github.com/linux-80211n-csitool/
195 stars 129 forks source link

Injection Mode Sending Packets #152

Open tylervv opened 8 years ago

tylervv commented 8 years ago

When I use the random_packets command while in monitor mode, does it only injection once? When I run the script it just says Sending 5 packets of size 100(. every thousand). I'm not sure what the every thousand means . I thought it would keep sending packets until i press ctrl-C. I am very new to this. Thank you!

egaebel commented 8 years ago

From using random_packets I can say that it does not continuously send packets. It sends the quantity you specify in the arguments and is done. I'd recommend reading the random_packets.c file for more in depth insight, it's quite short and easy to understand.