wlantest: Add preliminary version of IEEE 802.11 protocol testing tool
authorJouni Malinen <j@w1.fi>
Sat, 6 Nov 2010 14:20:45 +0000 (16:20 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Nov 2010 21:29:00 +0000 (23:29 +0200)
commita149fcc77d3322bf23d1f53c2cd9fc84a1097c31
tree50869affc977d98c872265f0493fa28bb10cb0bb
parent6fc58a89e1dc41a315b15c8e067dc50f30dd741e
wlantest: Add preliminary version of IEEE 802.11 protocol testing tool

This tool can be used to capture IEEE 802.11 frames either from a
monitor interface for realtime capturing or from pcap files for
offline analysis. This version is only adding basic infrastructure for
going through the frames and parsing their headers.
src/common/ieee802_11_defs.h
wlantest/Makefile [new file with mode: 0644]
wlantest/crc32.c [new file with mode: 0644]
wlantest/monitor.c [new file with mode: 0644]
wlantest/process.c [new file with mode: 0644]
wlantest/readpcap.c [new file with mode: 0644]
wlantest/wlantest.c [new file with mode: 0644]
wlantest/wlantest.h [new file with mode: 0644]