From: Wim Torfs Date: Sun, 28 Apr 2013 13:11:38 +0000 (+0400) Subject: new test for DLT_IEEE802_11_RADIO w/ext. bitmap X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/873c7095399a9d79a843b76f2fb66309f629d104 new test for DLT_IEEE802_11_RADIO w/ext. bitmap I modified the mac80211 and ath9k kernel module such that extra information regarding rssi, etc are available, which is why I needed the extra bitmap. Capturing the packets is simply a matter of using tcpdump -i wlan0 -w dumpfile. Test-file-not-changed-due-to-doing-pulls-in-the-wrong-order-by: Guy Harris --- diff --git a/tests/TESTLIST b/tests/TESTLIST index fc6bcb90..5a400e03 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -108,3 +108,6 @@ msnlb2 msnlb2.pcap msnlb2.out -t # MPTCP tests mptcp mptcp.pcap mptcp.out -t mptcp-fclose mptcp-fclose.pcap mptcp-fclose.out -t + +# IEEE 802.11 tests +80211_exthdr ieee802.11_exthdr.pcap ieee802.11_exthdr.out -t -v diff --git a/tests/ieee802.11_exthdr.pcap b/tests/ieee802.11_exthdr.pcap new file mode 100644 index 00000000..613a4437 Binary files /dev/null and b/tests/ieee802.11_exthdr.pcap differ