mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
rule-parse: Remove [event_name] syntax, deprecate msg as identifier
As suggested by Robin. Thanks.
This commit is contained in:
parent
0b5126f650
commit
f3470843d6
12 changed files with 68 additions and 39 deletions
|
@ -17,6 +17,9 @@ namespace detail {
|
|||
class Rule;
|
||||
class RuleEndpointState;
|
||||
|
||||
// Returns true if the given C-string represents a registered event.
|
||||
bool is_event(const char* id);
|
||||
|
||||
// Base class of all rule actions.
|
||||
class RuleAction {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue