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"
},
"uuid": {
"type": "string"
"type": "string",
"suricata": {
"keywords": [
"dcerpc.iface"
]
}
},
"version": {
"type": "string"
"type": "string",
"suricata": {
"keywords": [
"dcerpc.iface"
]
}
}
},
"additionalProperties": false
@ -555,7 +565,12 @@
"type": "integer"
},
"opnum": {
"type": "integer"
"type": "integer",
"suricata": {
"keywords": [
"dcerpc.opnum"
]
}
},
"stub_data_size": {
"type": "integer"

Loading…
Cancel
Save