feature: http decoder

* support parser uncompress request/response
    * define public API interface
This commit is contained in:
luwenpeng
2022-08-17 18:08:33 +08:00
parent b9d93e042b
commit 9cfa120ae7
19 changed files with 2958 additions and 13 deletions

View File

@@ -84,7 +84,7 @@ int main(int argc, char ** argv)
struct plugin_manager *plug_mgr = plugin_manager_create();
// register build-in plugin
plugin_manager_register(plug_mgr, "HTTP", SESSION_EVENT_ALL, http_decoder);
plugin_manager_register(plug_mgr, "HTTP", SESSION_EVENT_ALL, http_entry);
// load external plugins
char file_path[] = "./plugs/plugins.inf";