码迷,mamicode.com
首页 > 其他好文 > 详细

wireshark 学习 3 display filter

时间:2017-07-05 13:44:28      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:wireshark   type   mos   .net   net   分析   png   filter   http   

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

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

标签:wireshark   type   mos   .net   net   分析   png   filter   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!