13 void basic_clean_exit();
16 void prepare(
int threadcount,
bool attach_debugger,
bool dissector_graph);
18 struct thread_pool *get_thread_pool();
20 const char *haka_path();
27 extern int has_log_module();
29 int set_configuration_script(
const char *file);
30 const char *get_configuration_script();
32 extern char directory[1024];
34 const char *get_app_directory();
36 void dump_stat(FILE *file);
38 bool setup_loglevel(
char *level);
Definition: packet_module.h:33