summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Torfs <wtorfs@gmail.com>2013-04-28 17:11:38 +0400
committerGuy Harris <guy@alum.mit.edu>2013-05-06 16:04:57 -0700
commit873c7095399a9d79a843b76f2fb66309f629d104 (patch)
treea4cc4fc23df22f64b8c223a6c59e247d62a7f313
parent29c4b130c42115184e243b2eeeb7a81625b7b27a (diff)
downloadtcpdump-873c7095399a9d79a843b76f2fb66309f629d104.tar.gz
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 <guy@alum.mit.edu>
-rw-r--r--tests/TESTLIST3
-rw-r--r--tests/ieee802.11_exthdr.pcapbin0 -> 4499 bytes
2 files changed, 3 insertions, 0 deletions
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
--- /dev/null
+++ b/tests/ieee802.11_exthdr.pcap
Binary files differ