From 49f22b90951b97c73c05b88ec1ebf6246cdcda72 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Sat, 13 Jul 2019 11:58:36 -0400 Subject: [PATCH] tests: update for anomaly filters --- tests/output-eve-anomaly-packethdr/suricata.yaml | 1 + tests/output-eve-anomaly/suricata.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/output-eve-anomaly-packethdr/suricata.yaml b/tests/output-eve-anomaly-packethdr/suricata.yaml index dce7bb003..9340e81a8 100644 --- a/tests/output-eve-anomaly-packethdr/suricata.yaml +++ b/tests/output-eve-anomaly-packethdr/suricata.yaml @@ -7,4 +7,5 @@ outputs: filetype: regular types: - anomaly: + protodecode: yes packethdr: yes # enable dumping of packet header diff --git a/tests/output-eve-anomaly/suricata.yaml b/tests/output-eve-anomaly/suricata.yaml index 284402839..fe12f6bbd 100644 --- a/tests/output-eve-anomaly/suricata.yaml +++ b/tests/output-eve-anomaly/suricata.yaml @@ -7,3 +7,4 @@ outputs: filetype: regular types: - anomaly: + protodecode: yes -- 2.47.2