pcap2air does what its name implies. It will send a pcap file into the air while allowing you to apply some simple filters (changing the bssid or destination, for example). Lets use pcap2air to send the logfile generated from simple-replay back into the air while galadriel is still pinging. (Note we have to do this while a single ping session is running so certain ip/icmp fields match).
| # ./simple-replay -i ath0 -c 1 -r madwifi -p 100 -l log.pcap e debug.pcap [ctrl-c] # ../pcap2air/pcap2air -i ath0 -c 1 -r madwifi -f ./log.pcap |
|
| ping 192.168.1.1 |
|
The first two dupes are caused by simple-replay. The last two are caused by pcap2air (note the long delay).