]> The Tcpdump Group git mirrors - tcpdump/commitdiff
new test for DLT_IEEE802_11_RADIO w/ext. bitmap
authorWim Torfs <[email protected]>
Sun, 28 Apr 2013 13:11:38 +0000 (17:11 +0400)
committerGuy Harris <[email protected]>
Mon, 6 May 2013 22:38:33 +0000 (15:38 -0700)
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 <[email protected]>
tests/TESTLIST
tests/ieee802.11_exthdr.pcap [new file with mode: 0644]

index 2e2f74dbd818f5f84316ce3ba35b1f8800c17b53..5c3034f560f67cdce7bbe1ed231b0f578f6e4fa7 100644 (file)
@@ -109,3 +109,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 (file)
index 0000000..613a443
Binary files /dev/null and b/tests/ieee802.11_exthdr.pcap differ