detection_engine.h (snort3-3.1.29.0) | : | detection_engine.h (snort3-3.1.30.0) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
public: | public: | |||
static void thread_init(); | static void thread_init(); | |||
static void thread_term(); | static void thread_term(); | |||
static void reset(); | static void reset(); | |||
static IpsContext* get_context(); | static IpsContext* get_context(); | |||
static Packet* get_current_packet(); | static Packet* get_current_packet(); | |||
static Packet* get_current_wire_packet(); | static Packet* get_current_wire_packet(); | |||
static Packet* set_next_packet(Packet* parent = nullptr, Flow* flow = nullpt r); | static Packet* set_next_packet(const Packet* parent = nullptr, Flow* flow = nullptr); | |||
static uint8_t* get_next_buffer(unsigned& max); | static uint8_t* get_next_buffer(unsigned& max); | |||
static bool offload(Packet*); | static bool offload(Packet*); | |||
static void onload(Flow*); | static void onload(Flow*); | |||
static void onload(); | static void onload(); | |||
static void idle(); | static void idle(); | |||
static void set_encode_packet(Packet*); | static void set_encode_packet(Packet*); | |||
static Packet* get_encode_packet(); | static Packet* get_encode_packet(); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |