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

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
主站蜘蛛池模板: 罗山县| 兴海县| 许昌县| 济源市| 荣成市| 家居| 北流市| 德惠市| 海南省| 呼图壁县| 驻马店市| 海林市| 哈巴河县| 敦化市| 普定县| 黎城县| 永丰县| 大厂| 丰县| 崇仁县| 沅陵县| 板桥市| 娄烦县| 娄烦县| 大洼县| 涟水县| 吉林市| 体育| 白沙| 西和县| 措勤县| 察隅县| 盖州市| 延川县| 遵义县| 烟台市| 长丰县| 阿巴嘎旗| 手游| 普宁市| 全椒县|