博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
常用Wireshark过滤命令
阅读量:6131 次
发布时间:2019-06-21

本文共 364 字,大约阅读时间需要 1 分钟。

1、查找目的地址:ip.dst==

2、查找源地址:ip.src==
3、查找源端口:tcp.srcport==
4、查找目的端口:tcp.dstport==
5、源端口和目的端口:tcp.port==
5、查找协议:tcp\arp\http\udp\icmp\smtp\ip\ftp\dns
6、查找http的get包:http.request.method=="GET"
7、查找http的post包:http.request.method=="POST"
8、连接符and的使用:如ip.src==192.168.10.1 and http
9、连接符and的使用:如ip.src==192.168.10.1 or http

转载于:https://www.cnblogs.com/szmcn/p/7494678.html

你可能感兴趣的文章
在soapui上踩过的坑
查看>>
MySQL的字符集和字符编码笔记
查看>>
ntpd同步时间
查看>>
must implement java.io.Serializable hessian
查看>>
Microsoft Licenses Flash Lite for Windows Mobile Users
查看>>
HDOJ 2020 绝对值排序
查看>>
HDOJ/HDU 2560 Buildings(嗯~水题)
查看>>
Maven编译时跳过Test
查看>>
Spring Boot 整合Spring Security 和Swagger2 遇到的问题小结
查看>>
[20170628]12C ORA-54032.txt
查看>>
除以2
查看>>
高可用集群原理解析
查看>>
Nginx配置URL转向tomcat
查看>>
极客Web前端开发资源大荟萃#001
查看>>
让div固定在某个位置
查看>>
Java开发环境Docker镜像
查看>>
从无到有,WebService Apache Axis2初步实践
查看>>
任务调度(一)——jdk自带的Timer
查看>>
UIKit框架(15)PCH头文件
查看>>
整理看到的好的文档
查看>>