mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-17 16:00:26 +03:00
fdr: add grey box control for flood detection
This commit is contained in:
committed by
Matthew Barr
parent
9363ae7486
commit
1be1293491
@@ -43,11 +43,12 @@ struct target_t;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
struct Grey;
|
||||
struct hwlmLiteral;
|
||||
|
||||
ue2::aligned_unique_ptr<FDR>
|
||||
teddyBuildTableHinted(const std::vector<hwlmLiteral> &lits, bool make_small,
|
||||
u32 hint, const target_t &target);
|
||||
u32 hint, const target_t &target, const Grey &grey);
|
||||
|
||||
} // namespace ue2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user