mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move regex matching code to zeek namespaces
This commit is contained in:
parent
382812298d
commit
c7dc7fc955
26 changed files with 266 additions and 172 deletions
|
@ -44,7 +44,7 @@ using BroFunc [[deprecated("Remove in v4.1. Use zeek::detail::ScriptFunc instead
|
|||
class BroFile;
|
||||
class PrefixTable;
|
||||
class StateAccess;
|
||||
class RE_Matcher;
|
||||
ZEEK_FORWARD_DECLARE_NAMESPACED(RE_Matcher, zeek);
|
||||
|
||||
class CompositeHash;
|
||||
class HashKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue