wiz_module.h (snort3-3.1.29.0) | : | wiz_module.h (snort3-3.1.30.0) | ||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
bool begin(const char*, int, snort::SnortConfig*) override; | bool begin(const char*, int, snort::SnortConfig*) override; | |||
bool end(const char*, int, snort::SnortConfig*) override; | bool end(const char*, int, snort::SnortConfig*) override; | |||
const PegInfo* get_pegs() const override; | const PegInfo* get_pegs() const override; | |||
PegCount* get_counts() const override; | PegCount* get_counts() const override; | |||
snort::ProfileStats* get_profile() const override; | snort::ProfileStats* get_profile() const override; | |||
MagicBook* get_book(bool c2s, bool hex); | MagicBook* get_book(bool c2s, bool hex); | |||
CurseBook* get_curse_book(); | CurseBook* get_curse_book(); | |||
uint16_t get_max_search_depth() | uint16_t get_max_search_depth() const | |||
{ return max_search_depth; } | { return max_search_depth; } | |||
Usage get_usage() const override | Usage get_usage() const override | |||
{ return INSPECT; } | { return INSPECT; } | |||
bool is_bindable() const override | bool is_bindable() const override | |||
{ return true; } | { return true; } | |||
void set_trace(const snort::Trace*) const override; | void set_trace(const snort::Trace*) const override; | |||
const snort::TraceOption* get_trace_options() const override; | const snort::TraceOption* get_trace_options() const override; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |