]> 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 23:04:57 +0000 (16:04 -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 fc6bcb9057246258a106bd772a05a8320b2ffd25..5a400e03f56dc082729859530b298bc0d11a4a17 100644 (file)
@@ -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 (file)
index 0000000..613a443
Binary files /dev/null and b/tests/ieee802.11_exthdr.pcap differ