官术网_书友最值得收藏!

Wireshark filter cheat sheet

This will only show packets containing the selected IP address. This can be either the source or the destination IP:

ip.addr ==x.x.x.x

This will show the communication between two IP addresses, which can be from the direction of the source or the destination:

ip.addr ==x.x.x.x && ip.addr ==x.x.x.x

You could also just type in the name of the protocol that you want to see:

http or dns

This filter will only show the TCP packets that are passing through the specified port number:

tcp.port==xxx

You may further specify the details of this filtering option to narrow your search of the TCP packets:

tcp.flags.reset==1

To identify certain types of web traffic, such as requests that are being made to certain websites on the network, enter the following:

http.request

Put an exclamation in front followed by the initial parentheses:

!(arp or icmp or dns)

tcp contains searches for exact criteria in the converted ASCII of every TCP packet captured:

tcp contains xxx

This will show direct communication between an assigned source IP and a specified assigned destination IP:

ip.src==x.x.x.x and ip.dst==x.x.x.x

You can input multiple protocols together by typing in or and using the || symbol:

smb || nbns || dcerpc || nbss || dns
主站蜘蛛池模板: 汝州市| 天津市| 镇雄县| 黔东| 佳木斯市| 汝阳县| 克东县| 富源县| 十堰市| 尼勒克县| 永胜县| 安乡县| 启东市| 阿巴嘎旗| 成武县| 马边| 莱芜市| 鄯善县| 郁南县| 金门县| 同江市| 麻栗坡县| 德江县| 涡阳县| 汤原县| 洛浦县| 个旧市| 云安县| 阜阳市| 仲巴县| 台山市| 贵溪市| 雷波县| 岳普湖县| 南宫市| 北宁市| 治多县| 和林格尔县| 楚雄市| 黄冈市| 台山市|