- libraft [1]
- libpcap [2]
- libprotobuf & protoc [3]
- catch [4] (is automatically integrated when running cmake)
Requires C++14 compatible compiler.
mkdir build && cd build
cmake ..
make
| Kernel Name | Input | Output |
|---|---|---|
| CLFRTable | Key, Packet | CLFR |
| LiveCapture | none | RawPacket |
| PCAPFileReader | none | RawPacket |
| RawPacketParser | RawPacket | Key, Packet |
| TZSPReceiver | none | RawPacket |
[1] https://github.com/RaftLib/RaftLib