Add injected packets to duplicate packet filter
This commit is contained in:
@@ -99,6 +99,7 @@ struct session_manager_stat
|
||||
struct session_manager;
|
||||
struct session_manager *session_manager_new(struct session_manager_options *opts, uint64_t now);
|
||||
void session_manager_free(struct session_manager *mgr);
|
||||
void session_manager_record_duplicated_packet(struct session_manager *mgr, const struct packet *pkt, uint64_t now);
|
||||
|
||||
struct session *session_manager_new_session(struct session_manager *mgr, const struct packet *pkt, uint64_t now);
|
||||
void session_manager_free_session(struct session_manager *mgr, struct session *sess);
|
||||
|
||||
Reference in New Issue
Block a user