unfinished work

This commit is contained in:
liuwentan
2022-11-17 05:05:35 +08:00
parent d9f62317b2
commit 2a83517894
45 changed files with 9266 additions and 104 deletions

31
test/table_info.conf Normal file
View File

@@ -0,0 +1,31 @@
#each column seperated by '\t'
[
{
"table_id":1,
"table_name":"HTTP_URL",
"table_type":"expr",
"item_id":1,
"group_id":2,
"rule": {
"keywords":3,
"expr_type":4,
"match_method":5,
"is_hexbin":6,
"case_sensitive":7,
"is_valid":8
}
},
{
"table_id":2,
"table_name":"TEST_IP_PLUGIN",
"table_type":"ip_plugin",
"item_id":1,
"group_id":2,
"rule": {
"ip_type":2,
"start_ip":3,
"end_ip":4,
"is_valid":5
}
}
]