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
相关推荐
吴free6 天前
mac电脑wireshark快速实现http接口抓包
网络·测试工具·http·wireshark
没事别学JAVA6 天前
obs直播通过Wireshark获取推流码
wireshark·直播·obs
有趣的我8 天前
wireshark介绍和使用
网络·测试工具·wireshark
车载测试工程师9 天前
车载交换机动态MAC学习和静态MAC绑定&如何获取MAC地址表
网络·tcp/ip·车载系统·wireshark
西岭千秋雪_19 天前
计算机网络学习笔记:Wireshark观察TCP通信
笔记·学习·tcp/ip·计算机网络·wireshark
fei_sun21 天前
【Wireshark】使用过程中遇到的问题
网络·测试工具·wireshark
上位机付工21 天前
西门子S7通信协议抓包分析应用
c#·wireshark·上位机·plc·抓包·s7协议·西门子
QC七哥21 天前
wireshark过滤显示rtmp协议
网络·wireshark·rtmp
[纳川]23 天前
wireshark 简单捕获一个http请求
wireshark
车载测试工程师1 个月前
Wireshark 筛选功能详解:语法与示例
网络·tcp/ip·测试工具·wireshark