802.11 sample pcap file
- AP Info
- mac : 64:e5:99:7a:e9:64
- ssid : test-ap
- password : abcdefgh
- channel : 1
- Station Info
- mac : e4:f8:9c:67:e4:cc
- ip : 10.2.2.2(gateway 10.2.2.1)
- Pcap file info
Description | Display Filter |
---|---|
Beacon | (wlan.fc.type_subtype == 0x0008) |
Probe | (wlan.fc.type_subtype == 4 || wlan.fc.type_subtype == 5) |
Authentication | (wlan.fc.type_subtype == 0x000b) |
Association | (wlan.fc.type_subtype == 0x0001 || wlan.fc.type_subtype == 0x000b) |
eapol | eapol |
ip or arp | (ip || arp) |
deauth | (wlan.fc.type_subtype == 12) |
signal | (radiotap.dbm_antsignal > -40) |
- Download : dot11-sample.pcap