schema: add rule keyword mapping for dcerpc

pull/12747/head
Shivani Bhardwaj 6 months ago committed by Victor Julien
parent d8523d9d97
commit fc1dbf6eb4

@ -539,10 +539,20 @@
"type": "integer" "type": "integer"
}, },
"uuid": { "uuid": {
"type": "string" "type": "string",
"suricata": {
"keywords": [
"dcerpc.iface"
]
}
}, },
"version": { "version": {
"type": "string" "type": "string",
"suricata": {
"keywords": [
"dcerpc.iface"
]
}
} }
}, },
"additionalProperties": false "additionalProperties": false
@ -555,7 +565,12 @@
"type": "integer" "type": "integer"
}, },
"opnum": { "opnum": {
"type": "integer" "type": "integer",
"suricata": {
"keywords": [
"dcerpc.opnum"
]
}
}, },
"stub_data_size": { "stub_data_size": {
"type": "integer" "type": "integer"

Loading…
Cancel
Save