eve/schema: update for alpn

pull/11331/head
Victor Julien 2 years ago committed by Victor Julien
parent c79a382e42
commit 869d5492dc

@ -6139,6 +6139,20 @@
},
"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"
},

Loading…
Cancel
Save