|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| Management frame | wlan.fc.type == 0 |
| Control frame | wlan.fc.type == 1 |
| Data frame | wlan.fc.type == 2 |
| Association request | wlan.fc.type_subtype == 0x00 |
| Association response | wlan.fc.type_subtype == 0x01 |
| Reassociation request | wlan.fc.type_subtype == 0x02 |
| Reassociation response | wlan.fc.type_subtype == 0x03 |
| Probe request | wlan.fc.type_subtype == 0x04 |
| Probe response | wlan.fc.type_subtype == 0x05 |
| Beacon | wlan.fc.type_subtype == 0x08 |
| Disassociate | wlan.fc.type_subtype == 0x0A |
| Authentication | wlan.fc.type_subtype == 0x0B |
| Deauthentication | wlan.fc.type_subtype == 0x0C |
| Action frame | wlan.fc.type_subtype == 0x0D |
| Block ACK requests | wlan.fc.type_subtype == 0x18 |
| Block ACK | wlan.fc.type_subtype == 0x19 |
| Power save poll | wlan.fc.type_subtype == 0x1A |
| Request to send | wlan.fc.type_subtype == 0x1B |
| Clear to send | wlan.fc.type_subtype == 0x1C |
| ACK | wlan.fc.type_subtype == 0x1D |
| Contention free period end | wlan.fc.type_subtype == 0x1E |
| NULL data | wlan.fc.type_subtype == 0x24 |
| QoS data | wlan.fc.type_subtype == 0x28 |
| Null QoS data | wlan.fc.type_subtype == 0x2C |
wireshark 中无线帧的类型和过滤规则对照表
Lucifer_wei2023-10-22 15:23
相关推荐
今天秃头了吗??24 分钟前
【JAVA】网络编程is081538 分钟前
NFS 服务器 使用言之。2 小时前
TCP 拥塞控制设计空间课程要点总结Freed&2 小时前
《没有架构图?用 netstat、ss、tcpdump 还原服务连接与数据流向》千钰v3 小时前
Tcpdump: The Basics Tcpdump 基础全栈技术负责人3 小时前
前端网络性能优化实践:从 HTTP 请求到 HTTPS 与 HTTP/2 升级独行soc3 小时前
2025年渗透测试面试题总结-67(题目+回答)eybk4 小时前
用python的socket写一个局域网传输文件的程序树码小子4 小时前
Java网络编程:(socket API编程:UDP协议的 socket API -- 回显程序的服务器端程序的编写)云深麋鹿4 小时前
数据链路层总结