Actions
Feature #8675
open
PA
PA
detect/integers: auto-document list of possible values
Feature #8675:
detect/integers: auto-document list of possible values
Effort:
Difficulty:
Label:
Description
Not sure how it should be reachable
with something like `suricata --list-keywords` or `suricata -T`, or another option
But it should output the info like json
"snmp.trap_type" : {
"enum_values": {
"colstart": 0,
"warmstart": 1,
"linkdown": 2,
}
}
Then we can check in CI that ./src/suricata --list-keywords=csv | grep enum are true because they have this field
It could be then also used by other tools like suricata language server I guess
PA Updated by Philippe Antoine 21 days ago
- Related to Task #6644: tracking: detect: integer as first-class support added
PA Updated by Philippe Antoine 19 days ago
- Status changed from New to Assigned
PA Updated by Philippe Antoine 13 days ago
- Status changed from Assigned to In Progress
PA Updated by Philippe Antoine 6 days ago
- Status changed from In Progress to In Review
LS Updated by Lukas Sismis about 12 hours ago
Actions