|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| 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
相关推荐
风落无尘5 小时前
《智能重生:从垃圾堆到AI工程师》——第五章 代码与灵魂其实防守也摸鱼8 小时前
CTF密码学综合教学指南--第九章xlq223229 小时前
50.UDP套接字南境十里·墨染春水9 小时前
linux学习笔记 网络编程——Socket入门与TCP客户端/服务器实现qq_三哥啊10 小时前
【mitmproxy】通过 mitmproxy 的HTTP代理模式获取 OpenCode 发起的 AI API 请求的详细信息nikolay11 小时前
AI重塑企业信息安全:攻防升级与信任重构Yupureki11 小时前
《Linux网络编程》6.UDP原理wapicn9912 小时前
设置好这一步,让你的SSL证书在到期前自动续期,永不过期Harvy_没救了12 小时前
【网络运维】 WordPress 部署复盘笨笨饿12 小时前
#79_NOP()嵌入式C语言中内联汇编宏的抽象封装模式研究