]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: update for alpn
authorVictor Julien <vjulien@oisf.net>
Fri, 31 May 2024 13:05:16 +0000 (15:05 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Jun 2024 04:57:21 +0000 (06:57 +0200)
etc/schema.json

index 4a4bf37e945741c8a2ac2ad136dddeb208cef7c4..3f3e44562a6b7ddf61ef119995efce3ae160568d 100644 (file)
                     },
                     "additionalProperties": false
                 },
+                "client_alpns": {
+                    "description": "TLS client ALPN field(s)",
+                    "type": "array",
+                    "items": {
+                        "type": "string"
+                    }
+                },
+                "server_alpns": {
+                    "description": "TLS server ALPN field(s)",
+                    "type": "array",
+                    "items": {
+                        "type": "string"
+                    }
+                },
                 "fingerprint": {
                     "type": "string"
                 },