#!/bin/sh

killall -9 perroicmp perrotcp perroudp 2> /dev/null

echo
echo Launching the TCP, UDP and ICMP loggers...

# Log ICMP simple log and raw data
@installdir@/perroicmp -lw

# Log TCP simple log and raw data
# and log only packets with the URG, PSH, SYN and FIN flags on
# (SYN , stealth FIN, and Xmas URG, PSH FIN scannings)
@installdir@/perrotcp -lw -f 43

# Log UDP simple log and raw data
@installdir@/perroudp -lw

