首页 > 其他 > 详细

wireshark 学习 3 display filter

时间:2017-07-05 13:03:41      阅读:293      评论:0      收藏:0      [点我收藏+]

过滤信息,得到想要的帧进行分析。

http://www.networkcomputing.com/networking/wifi-troubleshooting-using-wireshark/1555390832

http://www.semfionetworks.com/blog/wireshark-most-common-80211-filters

 

Filter for all frames with a specific MAC address

wlan.addr == mac_address

Filter for all Management frames

wlan.fc.type == 0

Filter for all Control frames

wlan.fc.type == 1

Filter for all Data frames

wlan.fc.type == 2                        

 

http://www.semfionetworks.com/uploads/2/9/8/3/29831147/wireshark_802.11_filters_-_reference_sheet.pdf

 

技术分享

 

 

 

 

 

                                       

wireshark 学习 3 display filter

原文:http://www.cnblogs.com/ioio/p/7120281.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!