wireshark常规用法

1 、关闭TCP延迟确认提高速率

vim /etc/sysctl.conf

net.ipv4.tcp_delack_min=0

tee -a /etc/sysctl.conf

sysctl -p

windows系统

HKEY_LOCAL_MACHINE\SYSTEM\CurrenControSet\Services|Tcpip\Parameters\Interfaces

tcpAckFrequency=1 (DWORD(32位))

TCPNoDylay=1 (DWORD(32位))

2、改TCP三次握手用0和1进行直观显示

edit---preference---protocols---tcp---relative sequence number启用

过滤超过200毫秒延迟的包

tcp.analysis.ack_rtt>0.2 and tcp.len==0

查重传失败的

(tcp.flags.reset1)&&(tcp.seq1)

再跟踪tcp流

Fllow TCP stream跟踪一下

重传的握手请求

(tcp.flags.syn==1) && (tcp.analysis.restransmission)

再跟踪tcp流

Fllow TCP stream跟踪一下

3、看syn请求包ddos攻击

analyze---expert info---chats

4、常用

看带宽

statistics-summary

看网络状态

analyze-export infos---notes

看60秒中数据有没有波动

statistics---tcp streamgraph ---tcp sequence graph(stevens)

看哪个协议占的比例高,如广播

staistics----prototol hierarchy看协议分协议

看哪个源目IP数据包占比高

staistics---conversations

相关推荐
JaguarJack11 小时前
推荐 PHP 属性(Attributes) 简洁读取 API 扩展包
后端·php·服务端
BingoGo11 小时前
推荐 PHP 属性(Attributes) 简洁读取 API 扩展包
php
JaguarJack2 天前
告别 Laravel 缓慢的 Blade!Livewire Blaze 来了,为你的 Laravel 性能提速
后端·php·laravel
郑州光合科技余经理2 天前
代码展示:PHP搭建海外版外卖系统源码解析
java·开发语言·前端·后端·系统架构·uni-app·php
QQ5110082852 天前
python+springboot+django/flask的校园资料分享系统
spring boot·python·django·flask·node.js·php
WeiXin_DZbishe2 天前
基于django在线音乐数据采集的设计与实现-计算机毕设 附源码 22647
javascript·spring boot·mysql·django·node.js·php·html5
longxiangam2 天前
Composer 私有仓库搭建
php·composer
上海云盾-高防顾问2 天前
DNS异常怎么办?快速排查+解决指南
开发语言·php
se-tester2 天前
JMeter、Postman 和 SoapUI 在做接口测试上的优势和缺点
测试工具·jmeter·接口测试·postman·soapui
xixi09242 天前
selenium IDE——command
selenium·测试工具