Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Filtering rules commonly used in wireshark

2025-01-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Find the destination address and source address "

Ip.src = = 10.1086.90 and ip.dst eq 115.29.47.145

two。 Filter port

If tcp.port = = 80, the packets with source port and destination port 80 are filtered out.

If tcp.srcport = 80, only packets with source port 80 are filtered.

3. Protocol filtering

Enter the protocol name directly in the filter box. For example, if you filter the HTTP protocol, http

4.http mode filtering

Filter get packets: http.request.method = = "GET"

Filter post packets: http.request.method = = "POST"

5. Connector and

Use and connections when filtering multiple conditions

Ip.src = = 10.10.86.90 and http

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report