]> git.ipfire.org Git - thirdparty/hostap.git/commit
wlantest: Add support for writing pcapng files
authorJouni Malinen <j@w1.fi>
Sun, 26 May 2013 16:39:48 +0000 (19:39 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 May 2013 17:58:42 +0000 (20:58 +0300)
commitba2beacc974c2ab9576e86707a0d3ccfb5f93c1b
treeae67dcd4d96be224105241cf15f08c987f559b85
parenteb4737f6df53079ded33825323fb3217bd625f57
wlantest: Add support for writing pcapng files

The new -n<file> command line argument can be used to request wlantest
to write all read or captured frames into a pcapng file. This is similar
to the -w argument, but with pcapng allowing per-frame comments to be
embedded in the file.

Signed-hostap: Jouni Malinen <j@w1.fi>
wlantest/monitor.c
wlantest/readpcap.c
wlantest/wlantest.c
wlantest/wlantest.h
wlantest/writepcap.c