当前位置:网站首页>wireshark简单过滤规则
wireshark简单过滤规则
2022-07-21 11:14:00 【dustdone】
1.过滤源ip、目的ip:
在wireshark的过滤规则框Filter中输入过滤条件。如查找目的地址为192.168.101.8的包,ip.dst==192.168.101.8;查找源地址为ip.src==1.1.1.1。
2.端口过滤:
如过滤80端口,在Filter中输入,tcp.port==80,这条规则是把源端口和目的端口为80的都过滤出来。使用tcp.dstport==80只过滤目的端口为80的,tcp.srcport==80只过滤源端口为80的包。
3.协议过滤:
直接在Filter框中直接输入协议名即可,如过滤HTTP的协议。
4.http模式过滤:
如过滤get包,http.request.method=="GET",过滤post包,http.request.method=="POST"。
5.连接符and的使用:
过滤两种条件时,使用and连接,如过滤ip为192.168.101.8并且为http协议的,ip.src==192.168.101.8 and http。
边栏推荐
猜你喜欢
La précision de l'entraînement est comparable à alphafold2, la vitesse est doublée, l'hélice volante Helix fold entraînement et le Code d'inférence sont entièrement open source...
为什么用了大牌工具后报表开发依然头痛
Yii2 render custom template file
Intel assembler programming - integer arithmetic instructions (Part 1)
编译原理实验1——词法分析程序设计原理与实现
CLion配置WSL工具链
Idea 2020.1 cancel parameter name display
PostgreSQL初/中/高级认证考试(7.16)通过考生公示
Code management (novice)
PostgreSQL每周新闻—2022年7月13日
随机推荐
哪吒监控-服务器状态监控,SSL证书变更到期,Ping监控和定时任务提醒
How to make the full-color LED display screen energy-saving and environmental protection?
编译原理实验1——词法分析程序设计原理与实现
Chapter 95 notes - inheritance in solidity
定时任务框架
Browser cache mechanism resolution
Part 92 inter contract transfer (I)
MySQL(数据类型和完整约束)
【已解决】cvc-datatype-valid.1.2.1: ‘‘ 不是 ‘NCName‘ 的有效值。
抽象类名作为形参和返回值
yii2渲染自定义模板文件
flash多开
Run busybox, buildroot, loognix, qt5.12 system for Godson development board process
Yii2 render custom template file
免费开源的网址导航源码收集整理汇总-自建个人导航主页
Oneinstack安装与配置PHP 8.1和MySQL 8.0-Oneinstack建站新手教程
(plate) sieve prime number -- linear sieve and Ehrlich sieve
Techempower web框架性能测试第21轮结果发布--asp.net core继续前进
(number theory board) sum of divisors and divisors
代码管理(新手)