#include #include struct pkt_seq_matcher_plugin_info{ int plugin_id; int sess_ctx_exdata_idx; struct stellar *st; hs_database_t *hs_database; }; struct pkt_seq_matcher_ctx { int match_flag; hs_stream_t *hs_stream; };