|----------------------------|------------------------------|
| 帧类型 | 过滤器语法 |
| 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
相关推荐
我是Superman丶几秒前
【2026亲测】Wireshark安装教程 Windows系统|下载安装、Npcap配置及首次抓包羽翼安全13 分钟前
严防屏幕泄密:企业防拍摄系统的技术原理与落地实践有续技术14 分钟前
三菱 (Mitsubishi) 机床 设置查看 IP 地址2401_8734794022 分钟前
IPv6查出来的地理位置是错的?用双栈IP库解决定位偏差问题花生了什么事o24 分钟前
WebSocket 与 SSE:实时通信方案的选择yagami_gagami28 分钟前
第四届黄河流域公安院校电子物证个人赛服务器取证九硕智慧建筑一体化厂家37 分钟前
直流照明|档案库房专用照明,防紫外线、防纸张老化、适配24小时值守rcms152702692181 小时前
HASETEC GU-208V 电源板大鱼>1 小时前
从零实现TCP/IP协议栈:AR →IP分片→TCP状态机→拥塞控制paopaokaka_luck1 小时前
基于springboot3+vue3的乡村医生诊疗管理系统(AI助手、协同过滤算法、webSocket实时聊天、Echarts图形化分析)