Docker Container for tcpdump
interface
: interface to snifffilesize
: what filesize in MB do you want befor a new file where writefilecount
: what filecount do want befor the first file are overriddenstore
: where and what are the name of the pcap files to store
$ docker run \
--net=host \
-v /data:/data \
-e interface=enp2s0 \
-e filesize=1 \
-e filecount=10 \
-e store=/data/example.pcap \
secboy/tcpdump:latest