How to replay 802.11 packet captures
Posted by creining | Filed under Security
There was a recent thread on the pen-test list about replaying 802.11 (rfmon) pcaps with tcpreplay. The problem encountered is that tcpreplay wants an 802.3 ethernet header (1.5beta6 let’s you “fake it” however, using the -2 flag to create an ethernet header, the pcap has to be IP header onwards). A poster to the list cobbled together wifi2eth.c as a solution.
Comments are closed.