From 3617be326c5970264cb23e62281b6b687f689f9c Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 13 Jun 2022 14:31:39 +0200 Subject: [PATCH] eve/schema: add pcap_filename field --- etc/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 835858ea4a..57c9cf73b7 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -64,6 +64,10 @@ "type": "integer", "optional": true }, + "pcap_filename": { + "type": "string", + "optional": true + }, "pkt_src": { "type": "string" },