mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move BroString to zeek namespace
This commit is contained in:
parent
464efbe66a
commit
58c6e10b62
54 changed files with 317 additions and 303 deletions
|
@ -59,7 +59,7 @@ struct MaskedValue {
|
|||
|
||||
using maskedvalue_list = zeek::PList<MaskedValue>;
|
||||
using string_list = zeek::PList<char>;
|
||||
using bstr_list = zeek::PList<BroString>;
|
||||
using bstr_list = zeek::PList<zeek::BroString>;
|
||||
|
||||
// Get values from Bro's script-level variables.
|
||||
extern void id_to_maskedvallist(const char* id, maskedvalue_list* append_to,
|
||||
|
@ -338,7 +338,7 @@ private:
|
|||
// Eval a rule under the assumption that all its patterns
|
||||
// have already matched. s holds the text the rule matched,
|
||||
// or nil if N/A.
|
||||
bool ExecRulePurely(Rule* r, BroString* s,
|
||||
bool ExecRulePurely(Rule* r, zeek::BroString* s,
|
||||
RuleEndpointState* state, bool eos);
|
||||
|
||||
// Execute the actions associated with a rule.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue