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
相关推荐
lys_131 天前
wireshark打开时空白|没有接口,卸载重装可以解决
网络·测试工具·wireshark
7ACE2 天前
TCP Analysis Flags 之 TCP ZeroWindow
网络·网络协议·tcp/ip·wireshark·tcpdump
鹏大师运维4 天前
【信创】麒麟KOS上安装使用网络抓包工具Wireshark
linux·网络·测试工具·wireshark·国产化·麒麟·kylinos2403
HelloTonyGo4 天前
QT5实现https的post请求(QNetworkAccessManager、QNetworkRequest和QNetworkReply)
https·wireshark·ssl·post·qt5
htt7896 天前
ubuntu使用wireshark抓取数据
linux·ubuntu·wireshark
PZHI6 天前
wireshark使用攻略
网络·测试工具·wireshark
不会代码的小徐10 天前
WebShell流量特征检测_蚁剑篇
wireshark
花落已飘10 天前
WireShark抓包软件介绍和安装
网络·测试工具·wireshark
粥粥粥少女的拧发条鸟11 天前
【南方科技大学】CS315 Computer Security 【Lab1 Packet Sniffing and Wireshark】
科技·测试工具·wireshark