]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add pcap_filename field
authorVictor Julien <vjulien@oisf.net>
Mon, 13 Jun 2022 12:31:39 +0000 (14:31 +0200)
committerVictor Julien <vjulien@oisf.net>
Mon, 13 Jun 2022 14:59:48 +0000 (16:59 +0200)
etc/schema.json

index 835858ea4a8be2871c82dfeb0272edf6564bce27..57c9cf73b7969076a6100cb87f270f71a4e2b3c5 100644 (file)
             "type": "integer",
             "optional": true
         },
+        "pcap_filename": {
+            "type": "string",
+            "optional": true
+        },
         "pkt_src": {
             "type": "string"
         },