Skip to content

This is a C++ version of CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) - an Ethernet traffic Bi-flow generator and analyzer for anomaly detection.

License

Notifications You must be signed in to change notification settings

shatanyumi/cicflowmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cicflowmeter

This is a C++ version of CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) - an Ethernet traffic Bi-flow generator and analyzer for anomaly detection.

reference

build

CMake tools, C++ compiler, libpcap-dev and gtest are needed. For example, build the project with ubuntu 23 LTS.

sudo apt install g++ cmake libpcap-dev

Execute the orders at the project root directory.

mkdir build
cd build
cmake ..
make
ctest

More detials can be seen in CMakeLists.txt.

notes

Hope you enjoy this tool. Feel free to pull and issue.(Bugs may exists!)

About

This is a C++ version of CICFlowmeter-V4.0 (formerly known as ISCXFlowMeter) - an Ethernet traffic Bi-flow generator and analyzer for anomaly detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published