1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include <hs/hs.h> #include <hs/hs_runtime.h> 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; };