docker-suricata icon indicating copy to clipboard operation
docker-suricata copied to clipboard

A Suricata Docker image.

Results 3 docker-suricata issues
Sort by recently updated
recently updated
newest added

Hi, This PR enables eBPF support for Suricata. https://suricata.readthedocs.io/en/latest/capture-hardware/ebpf-xdp.html I'd like to use eBPF to speed up packet processing. Let me know what you think!

By default, the `et/open` and `oisf/trafficid` rulesets are enabled by default. This was probably due to personal preference when first creating the container, but at most, `et/open` should be enabled,...

Just after git clone, invoking make : ``` for d in master 6.0 5.0 4.1; do \ (cd $d && ../build.sh); \ done /bin/sh: 2: ../build.sh: not found /bin/sh: 2:...