|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| 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
相关推荐
持续升级打怪中1 天前
WebSocket:从“写信”到“打电话”的实时通信革命learning-striving1 天前
eNSP中OSPF协议多区域的配置实验卓码软件测评1 天前
第三方CMA.CNAS软件评测机构【深入理解Apifox的数据模型:定义和管理API数据结构】阿巴~阿巴~1 天前
从IP到MAC,从内网到公网:解密局域网通信与互联网连接的完整路径程序员三藏1 天前
单元测试详解无心水1 天前
【分布式利器:腾讯TSF】3、服务注册发现深度解析:构建动态弹性的微服务网络liulilittle1 天前
OPENPPP2 Code Analysis Three汽车通信软件大头兵1 天前
Autosar--ETAS Isolar能够自由学习啦!牛老师讲GIS1 天前
多边形简化讲解:从四大核心算法到 Mapshaper 自动化实战阿巴~阿巴~1 天前
帧长、MAC与ARP:解密局域网通信的底层逻辑与工程权衡