802.11报文类型在wireshark的过滤条件

-- Common Filters for wireshark sniffer:

#地址过滤

wlan.addr ==

wlan.sa eq 00:09:5b:e8:c4:03 and wlan.bssid ne ff:ff:ff:ff:ff:ff

wlan.bssid eq 00:11:92:6e:cf:00

wlan.sa eq 00:09:5b:e8:c4:03

#802.11报文类型过滤

Management Frames wlan.fc.type eq 0

Control Frames wlan.fc.type eq 1

Data Frames wlan.fc.type eq 2

Association Request wlan.fc.type_subtype eq 0

Association response wlan.fc.type_subtype eq 1

Reassociation Request wlan.fc.type_subtype eq 2

Reassociation Response wlan.fc.type_subtype eq 3

Probe Request wlan.fc.type_subtype eq 4

Probe Response wlan.fc.type_subtype eq 5

Beacon wlan.fc.type_subtype eq 8

Announcement Traffic Indication Map (ATIM) wlan.fc.type_subtype eq 9

Disassociate wlan.fc.type_subtype eq 10

Authentication wlan.fc.type_subtype eq 11

Deauthentication wlan.fc.type_subtype eq 12

Action Frames wlan.fc.type_subtype eq 13

Block Acknowledgement (ACK) Request wlan.fc.type_subtype eq 24

Block ACK wlan.fc.type_subtype eq 25

Power-Save Poll wlan.fc.type_subtype eq 26

Request to Send wlan.fc.type_subtype eq 27

Clear to Send wlan.fc.type_subtype eq 28

ACK wlan.fc.type_subtype eq 29

Contention Free Period End wlan.fc.type_subtype eq 30

Contention Free Period End ACK wlan.fc.type_subtype eq 31

Data + Contention Free ACK wlan.fc.type_subtype eq 33

Data + Contention Free Poll wlan.fc.type_subtype eq 34

Data + Contention Free ACK + wlan.fc.type_subtype eq 35

Contention Free Poll

NULL Data wlan.fc.type_subtype eq 36

NULL Data + Contention Free ACK wlan.fc.type_subtype eq 37

NULL Data + Contention Free Poll wlan.fc.type_subtype eq 38

NULL Data + Contention Free ACK + wlan.fc.type_subtype eq 39

Contention Free Poll

QoS Data wlan.fc.type_subtype eq 40

QoS Data + Contention Free ACK wlan.fc.type_subtype eq 41

QoS Data + Contention Free Poll wlan.fc.type_subtype eq 42

QoS Data + Contention Free ACK + wlan.fc.type_subtype eq 43

Contention Free Poll

NULL QoS Data wlan.fc.type_subtype eq 44

NULL QoS Data + Contention Free Poll wlan.fc.type_subtype eq 46

NULL QoS Data + Contention Free ACK wlan.fc.type_subtype eq 47

  • Contention Free Poll
相关推荐
7ACE8 天前
Wireshark TS | 接收数据超出接收窗口
网络协议·tcp/ip·wireshark
IT199510 天前
Wireshark笔记-DHCP两步交互流程与数据解析
网络·笔记·wireshark
baynk13 天前
协议分析基础
wireshark·协议分析
源代码•宸14 天前
网络流量分析——使用Wireshark进行分析
网络·经验分享·测试工具·wireshark
源代码•宸15 天前
网络流量分析——熟悉Wireshark
网络·经验分享·测试工具·wireshark
Janspran17 天前
嵌入式Linux学习 - 远程连接 与 wireshark
linux·学习·wireshark
IT199522 天前
Wireshark笔记-DHCP流程与数据包解析
笔记·测试工具·wireshark
zzc9211 个月前
Wireshark导出数据包时间和长度
wireshark·excel·导出·csv·time·length·波形
zzc9211 个月前
根据Wireshark捕获数据包时间和长度绘制路由器发送给电脑数据的信号波形
网络·wireshark·智能路由器·网卡·packets·信号波形·192.168.1.103