Actions
Feature #6723
openTask #6644: tracking: detect: integer as first-class support
detect: review existing keywords for usage of enumerations
Effort:
Difficulty:
Label:
Updated by Philippe Antoine 9 months ago
- Related to Feature #6647: detect: integers: support for enumerations added
Updated by Philippe Antoine 9 months ago
Also review for generic integer usage like #5446
Updated by Philippe Antoine 9 months ago
- Related to Feature #5446: allow ranges in dns.opcode value added
Updated by Philippe Antoine 6 months ago
quick note : snmp pdu is not so easy to get this, because we use the enum of an external crate
Updated by Philippe Antoine 5 months ago
- Related to Task #4683: detect: remove sigmatch_table in favor of a dynamic storage option added
Updated by Philippe Antoine 5 months ago
MQTTTypeCode is good for this
We should handle negation of known strings in detect_parse_uint_enum
Updated by Philippe Antoine 4 months ago
https://github.com/OISF/suricata/pull/11502 did this for MQTTTypeCode
Updated by Philippe Antoine 3 months ago
- Target version changed from TBD to 8.0.0-beta1
This is done progressively for each protocol as pat of the rustification of keywords
Actions