Skip to content

A tool for replaying network traffic / 网络流量重放工具。

License

Notifications You must be signed in to change notification settings

cccoven/netreplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netreplay

纯 C++ 实现 Http 流量重放工具。

暂不支持 Windows 平台。

基本使用

# 表示将目的端口为 8000 的 http 网络包数据打印到标准输出以及发送到 `http://localhost:8001` http 服务
netreplay --input-cap :8000 --output-stdout --output-http http://localhost:8001

编译构建

查看 MakefileCMakeLists.txt 查看依赖的相关库。

使用 Makefile:

make

使用 cmake:

bash build.sh

参考

https://github.com/buger/goreplay

About

A tool for replaying network traffic / 网络流量重放工具。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages