Merge pull request #14089 from Security-Onion-Solutions/reyesj2/moarzeekparse

This commit is contained in:
Jorge Reyes
2025-01-08 17:45:14 -06:00
committed by GitHub

View File

@@ -1172,6 +1172,32 @@
}
}
},
"quic": {
"type": "object",
"properties": {
"server_name": {
"type": "keyword"
},
"version": {
"type": "short"
},
"client_initial_dcid": {
"type": "keyword"
},
"client_scid": {
"type": "keyword"
},
"server_scid": {
"type": "keyword"
},
"client_protocol": {
"type": "keyword"
},
"history": {
"type": "keyword"
}
}
},
"radius": {
"properties": {
"connect_info": {