|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| 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
相关推荐
自动化测试行业观察11 分钟前
2026年第1季度全国网速实测报告婷婷_17216 分钟前
【PCIe 验证每日学习・Day26】PCIe 错误处理与异常恢复机制清空mega18 分钟前
动手学深度学习|批量归一化(Batch Normalization)超详细讲解:为什么它能让深层网络更容易训练?孙同学_1 小时前
【Linux篇】应用层自定义协议与序列化航Hang*1 小时前
第3章:Linux系统安全管理——第1节:Linux 防火墙部署(firewalld)宋小米的csdn1 小时前
网络知识学习路线(实用向)Lsir10110_1 小时前
吃透 TCP 核心原理:从握手挥手到滑动窗口与拥塞控制DARLING Zero two♡1 小时前
【计算机网络】简学深悟启示录:网络层chen_ever1 小时前
从网络基础到吃透 Linux 高并发 I/O 核心(epoll+零拷贝 完整版)情绪雪2 小时前
TCP/IP 模型