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

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
主站蜘蛛池模板: 都江堰市| 阆中市| 虎林市| 古蔺县| 张家界市| 洮南市| 灵石县| 夏河县| 罗定市| 清水河县| 榕江县| 宜兴市| 安远县| 黎城县| 德州市| 湾仔区| 托克托县| 文成县| 陕西省| 南和县| 泉州市| 监利县| 英德市| 谢通门县| 房产| 安顺市| 昆山市| 西畴县| 凤山市| 平乡县| 临夏县| 洛隆县| 玉溪市| 惠安县| 黔西| 横山县| 苍溪县| 获嘉县| 太和县| 曲阳县| 黄平县|