博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
tcpreplay工具使用
阅读量:4691 次
发布时间:2019-06-09

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

 

The Tcpreplay suite includes the following tools:

  •  - multi-pass pcap file pre-processor which determines packets as client or server and creates cache files used by tcpreplay and tcprewrite
  •  - pcap file editor which rewrites TCP/IP and Layer 2 packet headers
  •  - replays pcap files at arbitrary speeds onto the network
  •  - Replays network traffic stored in a pcap file on live networks using new TCP connections
  •  - replays & edits pcap files at arbitrary speeds onto the network
  •  - bridge two network segments with the power of tcprewrite
  •  - raw pcap file decoder and debugger

 除了tcpliveplay以外,其他工具都只是单纯的发包,不会建立TCP连接,也不会维护SEQ/ACK,tcpliveplay测试了一下也没有成功?

tcpliveplay eth0 52716.pcap 10.125.52.26 fa:16:3e:f1:5c:28 random

tcpreplay --intf1=eth0 52716.pcap

参考链接:

转载于:https://www.cnblogs.com/glensblog/p/11128774.html

你可能感兴趣的文章
Spark的39个机器学习库
查看>>
Electron学习笔记(一)
查看>>
Java并发编程:CountDownLatch、CyclicBarrier和Semaphore
查看>>
配置NRPE的通讯
查看>>
VS2005编译VTK5.10.1
查看>>
shp系列(一)——利用C++进行shp文件的读(打开)与写(创建)开言
查看>>
总结上海永辉云商高级前端职位面试题集
查看>>
匹配两个空格之间的字符。。。
查看>>
CSS 文字溢出 变成省略号 ...
查看>>
Spring事务
查看>>
java编程基础(三)流程控制语句
查看>>
让数据库跑的更快的7个MySQL优化建议
查看>>
jquery 取id模糊查询
查看>>
解决在vue中,自用mask模态框出来后,下层的元素依旧可以滑动的问题
查看>>
修改node节点名称
查看>>
Java 文件下载
查看>>
图论——读书笔记 (深度优先搜索)
查看>>
PAT(B) 1014 福尔摩斯的约会(Java)
查看>>
PAT甲级题解-1123. Is It a Complete AVL Tree (30)-AVL树+满二叉树
查看>>
项目开发总结报告(GB8567——88)
查看>>