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

Wireshare过滤器

时间:2018-06-07 11:33:14      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:Wireshare   网络抓包   抓包过滤器   显示过滤器   

Wireshare的抓包过滤器和显示过滤器的基本语法及举例,一目了然不做详细解释。

抓包过滤器:

语法:

类型:host、net、port

方向:src、dst

协议:ether、ip、tcp、udp、http、ftp

逻辑运算符:

&&与

||或

!非

举例:

src host 192.168.188.6 && dst port 80 #源地址是192.168.188.6,目的为80的流量

host 192.168.188.6 || host 192.168.180.100 #两个地址的流量

!broadcast #不抓广播包

host 192.168.188.6 && host 192.168.180.210 && icmp

src host 192.168.188.6 && dst host 192.168.180.210 && icmp

icmp

显示过滤器:

语法:

比较操作符:

==

!=

>

<

>=

<=

逻辑操作符:

and

or

xor

not

IP地址:ip.addr、ip.src、ip.dst

端口过滤:tcp.port、tcp.srcport、tcp.dstport、tcp.flag.syn、tcp.flag.ack

协议过滤:arp、ip、icmp、udp、tcp、bootp、dns

举例:

ip.addr==192.168.188.6 and icmp

ip.addr==192.168.188.6 and tcp.port==80


Wireshare过滤器

标签:Wireshare   网络抓包   抓包过滤器   显示过滤器   

原文地址:http://blog.51cto.com/lidongfeng/2125872

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