inspector_manager.h (snort3-3.1.29.0) | : | inspector_manager.h (snort3-3.1.30.0) | ||
---|---|---|---|---|
skipping to change at line 116 | skipping to change at line 116 | |||
static void thread_term(); | static void thread_term(); | |||
static void execute(Packet*); | static void execute(Packet*); | |||
static void probe(Packet*); | static void probe(Packet*); | |||
static void clear(Packet*); | static void clear(Packet*); | |||
static void empty_trash(); | static void empty_trash(); | |||
static void reconcile_inspectors(const SnortConfig*, SnortConfig*, bool clon ed = false); | static void reconcile_inspectors(const SnortConfig*, SnortConfig*, bool clon ed = false); | |||
static void clear_removed_inspectors(SnortConfig*); | static void clear_removed_inspectors(SnortConfig*); | |||
#ifdef PIGLET | ||||
static Inspector* instantiate(const char*, Module*, SnortConfig*); | ||||
#endif | ||||
private: | private: | |||
static void bumble(Packet*); | static void bumble(Packet*); | |||
template<bool T> static void full_inspection(Packet*); | template<bool T> static void full_inspection(Packet*); | |||
template<bool T> static void internal_execute(Packet*); | template<bool T> static void internal_execute(Packet*); | |||
static void sort_inspector_list(const InspectorList* il, | static void sort_inspector_list(const InspectorList* il, | |||
std::map<const std::string, const PHInstance*>& sorted_ilist); | std::map<const std::string, const PHInstance*>& sorted_ilist); | |||
}; | }; | |||
} | } | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |