Commit Graph

98 Commits

Author SHA1 Message Date
刘文坛
613b5b3dcf [FEATURE]Refactor NOT clause, NOTE:forward incompatibility!!! 2023-10-18 03:32:53 +00:00
刘文坛
e49427974f [BUGFIX]fix illegal clause index 2023-10-11 06:53:03 +00:00
liuwentan
d55ca3595a [FEATURE]add hit_path&hit_group enable API 2023-09-22 14:59:44 +08:00
liuwentan
1e6c87c3d4 [PATCH]the number of hit path maximum:4096 2023-09-21 17:13:52 +08:00
liuwentan
2a9ba6c08f [PATCH]fix maat_state_free_bytes statistics error 2023-09-21 09:30:07 +08:00
liuwentan
521dafe887 [OPTIMIZE]reduce calling utarray_sort 2023-09-20 11:08:46 +08:00
liuwentan
2e1a14eca3 [PATCH]add get direct/indirect hit groups API 2023-09-11 12:00:33 +08:00
liuwentan
c237d7dbaf [OPTIMIZE]get_hit_groups don't return superior group id & hit_groups may be duplicated 2023-09-08 14:52:46 +08:00
liuwentan
ca2e4d6cd2 [FEATURE]support enable/disable compile_NOT 2023-08-21 17:31:56 +08:00
liuwentan
8be8f33150 [BUGFIX]fix keywords max length 1024 2023-08-11 17:06:22 +08:00
刘文坛
d030e5a452 [FEATURE]support get hit groups and items 2023-08-10 12:21:04 +00:00
liuwentan
42f4480271 [FEATURE]expr_matcher support dual engine(hyperscan & rulescan) & benchmark 2023-08-10 16:10:50 +08:00
liuwentan
fb0cb5405d rollback to v4.0.31 2023-08-09 19:22:09 +08:00
刘文坛
d29eef0423 [FEATURE]Compile table must register plugin table to get compile ex_data & maat_state_get_compile_table_ids API 2023-08-07 04:26:13 +00:00
刘文坛
e9ffca8392 [PATCH]add regex benchmark 2023-08-03 08:48:12 +00:00
liuwentan
5ecff3649c [PATCH]maat_state_get_hit_groups API obtain inc hit groups from multiple scans 2023-08-01 16:38:53 +08:00
刘文坛
c1d413e992 [PATCH]support get hit item_id 2023-07-28 11:17:35 +00:00
liuwentan
6911420ebf [PATCH]add get_hit_groups inc/full API 2023-07-11 11:30:57 +08:00
刘文坛
f8a0b406fa [BUGFIX]scan miss for same filter referenced by one compile: TSG-15339 2023-07-07 07:38:42 +00:00
liuwentan
fc0b810211 [BUGFIX]hit_path miss for same super_group referenced by multi compile 2023-06-28 10:14:29 +08:00
liuwentan
37f6d6ce03 [PATCH]make sure hit logic correct if group2group table is non-exist 2023-06-27 17:01:58 +08:00
liuwentan
e9a394e718 [BUGFIX]put compile ex_data into garbage queue 2023-06-21 18:36:20 +08:00
liuwentan
56a1dc12e7 [PATCH] garbage compile default timeout 10s 2023-06-21 17:45:53 +08:00
刘文坛
8ad355d5d7 [OPTIMIZE]reduce adapter_hs_scan cpu usage 2023-06-20 07:00:49 +00:00
刘文坛
d3aed20bfa [BUGFIX]fix compile gc bug 2023-06-19 12:30:25 +00:00
刘文坛
df36b8987b [FEATURE]compile/plugin/xx_plugin table support gc 2023-06-19 09:44:25 +00:00
liuwentan
0b73681bd1 [OPTIMIZE]reduce config memory usage 2023-06-16 15:59:30 +08:00
liuwentan
28dc76e987 [BUGFIX]fix hit path not include super_group referenced by compile: TSG-15336 2023-06-15 10:25:36 +08:00
刘文坛
5a18084eaa [BUGFIX]fix hyperscan-5.4.2 literal empty string check bug 2023-06-14 09:10:16 +00:00
liuwentan
8e882a8f72 [PATCH]hyperscan version 5.4.0->5.4.2 2023-06-12 18:22:01 +08:00
liuwentan
afd6102734 [PATCH]add maat_state_free count&bytes statistics 2023-06-09 17:30:20 +08:00
liuwentan
48397f754e [OPTIMIZE]delete update_hit_groups to reduce cpu consumption & reduce maat_state memory usage 2023-06-09 16:44:47 +08:00
liuwentan
daf9e96e10 [patch]add maat_compile_state statistics 2023-06-08 17:43:05 +08:00
刘文坛
c5accc49f2 [PATCH] maat_plugin_table_get_ex_data add key_len (23.06) 2023-06-08 07:32:41 +00:00
liuwentan
75e23c7d27 [OPTIMIZE]optimize alloc in adapter_hs_scan_stream 2023-06-07 11:53:08 +08:00
liuwentan
ac8a0a512c [FEATURE]support get hit groups 2023-06-05 15:14:45 +08:00
liuwentan
c65ab26536 [optimize]delayed allocation for maat_compile_state 2023-06-01 14:47:20 +08:00
liuwentan
a006c22944 [OPTIMIZE]optimize vtable_id->physical_table_id performance 2023-05-31 14:04:35 +08:00
liuwentan
51e29f0b95 [FEATURE]plugin table support ip_addr key type 2023-05-30 16:16:18 +08:00
liuwentan
d70e56ec4f [BUGFIX]fix maat_compile_state_free null pointer 2023-05-23 17:50:53 +08:00
刘文坛
464dc43cc4 fix group_exclude logic miss & add some corner case 2023-05-23 03:23:39 +00:00
liuwentan
6626cbd57c [BUGFIX]fix hit paths miss path if sub group(has super group) is referenced by compile 2023-05-17 14:34:34 +08:00
liuwentan
1a7ec28c4f [BUGFIX]fix can't get hit path if group is referenced by compile directly 2023-05-11 21:07:34 +08:00
liuwentan
929d6ac139 [patch]change verify expression retval semantics:1(legal) 0(illegal) 2023-05-11 11:21:46 +08:00
liuwentan
4540321998 fix utarray_free null bug 2023-05-08 18:51:53 +08:00
liuwentan
f7bde76fcf support more than one hierarchical group referenced(max hierarchical level: 5) 2023-05-08 16:39:58 +08:00
liuwentan
7ba644ce66 simplify table rcu hash 2023-05-07 23:09:33 +08:00
liuwentan
8a3683fa30 group_exclude(only one hierarchical group can be referenced) 2023-05-06 20:27:39 +08:00
liuwentan
33015d5aac support parse encrypted json config 2023-05-04 17:10:19 +08:00
刘文坛
cb4502c698 implement rcu for g2g runtime & fix maat_stat bug 2023-04-24 02:14:26 +00:00