|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| 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
相关推荐
Tim风声(网络工程师)4 分钟前
防火墙-长链接、介绍作用霍格沃兹测试学院-小舟畅学11 分钟前
Playwright企业级测试架构设计:模块化与可扩展性视觉AI12 分钟前
【踩坑实录】Windows ICS 共享网络下,国产化盒子 SSH 连接异常的完整分析weixin_3954489120 分钟前
main.c_cursor_0202橙露23 分钟前
NNG通信框架:现代分布式系统的通信解决方案与应用场景深度分析Python+JAVA+大数据25 分钟前
TCP_IP协议栈深度解析一起养小猫33 分钟前
Flutter for OpenHarmony 实战:数据持久化方案深度解析xu_yule1 小时前
网络和Linux网络-13(高级IO+多路转接)五种IO模型+select编程安科士andxe1 小时前
纤云科技 EPON OLT PX20 + 光模块:高兼容低功耗的光纤接入优选方案车载testing2 小时前
SOME/IP 协议中发送 RR 报文的实践指南