Jonas Pflanzer 7e041f2cb1 Don't detach sniffer threads anymore 4 yıl önce
..
include 7e041f2cb1 Don't detach sniffer threads anymore 4 yıl önce
src 7e041f2cb1 Don't detach sniffer threads anymore 4 yıl önce
test 603c14433b Resolve "US23: Connecting to Servers with more functionality" 4 yıl önce
CMakeLists.txt 99263a8448 Adjust filters for passiveMode again 4 yıl önce
Daemon-Config-Reference.md 99263a8448 Adjust filters for passiveMode again 4 yıl önce
README.md e057cd4b1a Maintain READMEs 4 yıl önce
ccats.service 356b02fb13 created deamon 4 yıl önce
createsslfiles.sh e2ab8c089f implement very basic ssl, todo allow server to run without ssl and get ssl fully running (broken right now, complains about no shared cipher) 4 yıl önce

README.md

Daemon

Build

mkdir build
cd build
cmake ..
make

Tests

To build tests just set the ENABLE_TESTS variable to true and rebuild the program.

cmake .. -DENABLE_TESTS=true
make

Run

Currently the first argument is the network interface for the sniffer.

bin/ccats lo

Tests

make test

Installation

After building the program copy executable:

sudo cp bin/ccats /usr/bin

Copy service file:

sudo cp ccats.service /etc/systemd/system/

Enable and start service with:

sudo systemctl enable ccats.service

and start it

sudo systemctl start ccats.service