Skip to content

gregcusack/starflow_analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Combined *Flow Analytics Repository

Dependencies

  • libraft [1]
  • libpcap [2]
  • libprotobuf & protoc [3]
  • catch [4] (is automatically integrated when running cmake)

Build

Requires C++14 compatible compiler.

mkdir build && cd build
cmake ..
make

Kernels

Kernel Name Input Output
CLFRTable Key, Packet CLFR
LiveCapture none RawPacket
PCAPFileReader none RawPacket
RawPacketParser RawPacket Key, Packet
TZSPReceiver none RawPacket

References

[1] https://github.com/RaftLib/RaftLib

[2] http://www.tcpdump.org

[3] https://github.com/google/protobuf

[4] https://github.com/catchorg/Catch2

About

Combined *Flow Analytics Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors