wlantest: Add option for writing a PCAP dump file
authorJouni Malinen <j@w1.fi>
Thu, 11 Nov 2010 23:00:31 +0000 (01:00 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Nov 2010 23:00:31 +0000 (01:00 +0200)
commit64f45d070b13f260c2e2f7bb21527f5a809b5cde
treeea1812b9811ae4e49a16cf1fd00a836e10e37a1d
parent5db8cf314ef169cd256483e32dcc49e31e605121
wlantest: Add option for writing a PCAP dump file

The output file includes all the capture (or read from wireless PCAP
file) frames in their original contents and another copy of each
frame that is decrypted in wlantest (including EAPOL-Key Key Data
field).
wlantest/Makefile
wlantest/monitor.c
wlantest/readpcap.c
wlantest/rx_data.c
wlantest/rx_mgmt.c
wlantest/wlantest.c
wlantest/wlantest.h
wlantest/writepcap.c [new file with mode: 0644]