]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Add p2p-fuzzer
authorJouni Malinen <j@w1.fi>
Wed, 8 Apr 2015 20:12:25 +0000 (23:12 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 22 Apr 2015 08:44:19 +0000 (11:44 +0300)
commita65d7495b52690d3a7d660b8aec50aa22f5ceda6
tree36e15ecda654a0f9167b574a7b971b64c5f942bb
parent632931c3cef852fc0a2a38150825cd949fff940e
tests: Add p2p-fuzzer

This program can be used to run fuzzing tests for areas related to P2P
message parsing and processing. p2p-fuzzer allows data files to be used
to inject Probe Response and Action frames for processing by the P2P
module.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/Makefile
src/p2p/Makefile
src/wps/Makefile
tests/p2p-fuzzer/Makefile [new file with mode: 0644]
tests/p2p-fuzzer/go-neg-req.dat [new file with mode: 0644]
tests/p2p-fuzzer/invitation-req.dat [new file with mode: 0644]
tests/p2p-fuzzer/p2p-fuzzer.c [new file with mode: 0644]
tests/p2p-fuzzer/p2ps-pd-req.dat [new file with mode: 0644]
tests/p2p-fuzzer/proberesp-go.dat [new file with mode: 0644]
tests/p2p-fuzzer/proberesp.dat [new file with mode: 0644]