Skip to content

RicheyJang/capter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capter

环境

Cmake 3.21+ 、C++ 11

依赖:libpcap(1.10+)、spdlog

通过包管理器安装依赖:

sudo apt install -y libpcap-dev libspdlog-dev

通过源码安装请自行查看上述库的官方文档,且记得将动态\静态链接库文件软链接至/usr/lib目录下

编译

mkdir build && cd build
cmake .. -G "Unix Makefiles" && make -j

About

A work in the application layer that could forward network traffic from multiple network interfaces to the designated network interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors